How to see more details related data sets?

:warning:This is a template you must use to report issues. :warning:
You can also drag images, videos and include Preformatted text.

Feature(s) impacted

Please describe in this mandatory section the feature(s) that will be discussed in this topic.
Related data info

Observed behavior

Please describe in this mandatory section the current behavior you observe.
When looking at related data column we can see only the names of the related data
image

Expected behavior

Please describe in this mandatory section the behavior you are expecting.

How to make something like django admin has so we can see more either as string representation of the related data or having more columns:
image

Failure Logs

In this optional section, please:

  • include any relevant log snippets if necessary,
  • or remove this section if left empty.

Context

Please provide in this mandatory section, the relevant information about your configuration:

  • Project name: ToolDeals
  • Team name: Operations
  • Environment name: development
  • Agent type & version: django 4.0
  • Recent changes made on your end if any: none

Hey @tree_in_forest :wave:

Welcome to the community.

This is possible:

  1. In your agent, create a Smart Field in the related data collection. This Smart Field should return the text you want in the links to the records of this related data collection.

  2. Restart your agent.

  3. In the Forest Admin UI, in the Data section, click on Edit layout, click on the cog icon to the right of the related data collection, stay in the General tab, in Reference field select the Smart Field you created.

Let me know if it works.