2

In dmn_demand [Demand Management] table, what is the Display Value for realted_records field.

For example,

For assigned_to field, the display value is Name. Similarly, I want the Display Value for the realted_records field.

Wai Ha Lee
  • 8,598
  • 83
  • 57
  • 92
Earth
  • 3,477
  • 6
  • 37
  • 78

1 Answers1

1

The display value is actually determined by the table which that field references (assuming it's a reference field).

So for example, if you go to the field that the assigned_to field references (probably sys_user) and look at the table dictionary (right click -> configure -> table), you'll see the list of fields, and on one of them, "display=true" should be true.

Here's some more information.

Note that you can generally only have one "display" field on a given table.

user2328093
  • 99
  • 3
  • 9