Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

reference filed is showing sysid in popup

umesh_nagaraja
Tera Contributor

Pop up that opens from reference field is listing sys_id's even though the field on the table which is used in reference field has Display set.

4 REPLIES 4

Michael Fry1
Kilo Patron

Since it's the only column in your list view, it's going to show you the sys_id. Add another column and make it the first column


Brent Sutton
Mega Sage

Hi Umesh,



The Employee Name field has a type of "string". This needs to be set to type:"reference" and the reference:"User (sys_user)" as the reference table (see example below): -



example.png



Hope this helps,



Brent


Deepak Kumar5
Kilo Sage

Open Pop- up, Click on list header and then Configure-->List Layout


Add your Field name right side then save.



find_real_file.png


Simple. Thanks a lot, this helped me out with the exact same issue!