- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2024 09:25 PM
Trying to see the serial number of a parent and somehow screwed up the entire form:
I've gone through the suggestions on the board, including the UI List. Not working. Tripped it when I selected the 'Display' option on the Dictionary Entry. I'm at wit's end...
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2024 09:52 PM - edited 10-07-2024 09:53 PM
Check Reference table Display value ..
Go to sys_db_object ....
and check open the table record and make Display field true of that field which you want to show..
If your issue resolve Using this please mark help full this comment!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2024 10:05 PM
Hi @levy8926 ,
The sys_id might be set as the Display field for the referenced table.
Please open the table and mark the Display field of "Display name" as true
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2024 09:52 PM - edited 10-07-2024 09:53 PM
Check Reference table Display value ..
Go to sys_db_object ....
and check open the table record and make Display field true of that field which you want to show..
If your issue resolve Using this please mark help full this comment!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2024 10:05 PM
Hi @levy8926 ,
The sys_id might be set as the Display field for the referenced table.
Please open the table and mark the Display field of "Display name" as true
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2024 04:42 AM
Hi @debendudas
I already set the display to true, but only the sys_id of the values show up when im trying to select a record from a referenced table. But once I select a a random record, the correct display value shows up after. What can I do to solve this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2024 04:47 AM
You have to configure the list layout to show other fields instead of the Sys ID.
Right click on the list column > Configure > List layout > Add desired fields > Save
Reload the form and test if it's working.
