Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

Reference field on form defaulting to sys_id

levy8926
Tera Contributor

Trying to see the serial number of a parent and somehow screwed up the entire form:

levy8926_0-1728361368608.png

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...

2 ACCEPTED SOLUTIONS

Suraj Sharma
Giga Guru

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..

SurajSharma_0-1728363133041.png

 

If your issue resolve Using this please mark help full this comment!!

 

View solution in original post

debendudas
Mega Sage

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

debendudas_0-1728363896878.png

 

View solution in original post

5 REPLIES 5

Suraj Sharma
Giga Guru

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..

SurajSharma_0-1728363133041.png

 

If your issue resolve Using this please mark help full this comment!!

 

debendudas
Mega Sage

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

debendudas_0-1728363896878.png

 

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? 

ShannC_0-1730202103768.png

ShannC_1-1730202141570.png

 

 

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.