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.

SysID appearing on reference field

dianeramos
Tera Contributor

I created a new table to use as reference.

I successfully configured the field, but when I click on the magnifying glass, it displays the SysID instead of the Project name.

Ensured that the Project name display is set to TRUE.

Help please.

Thanks

 

1 ACCEPTED SOLUTION

Nirosha Uddandi
Kilo Guru

You can also personalize that list to make it hold whatever fields you want.   Just right-click on the header bar and choose Personalize > List Layout like other places in the system.

View solution in original post

12 REPLIES 12

Shashikant Yada
Tera Guru
If it resolved your issue, kindly mark the answer correct 🙂 the thread will be closed

Nirosha Uddandi
Kilo Guru

You can also personalize that list to make it hold whatever fields you want.   Just right-click on the header bar and choose Personalize > List Layout like other places in the system.

robinsnow
Tera Contributor

If scripting, you can use "current.variable_name.getDisplayValue();" and it will not show the sys id, but only the name.

ArunKRam
Giga Expert

hey dianeramos, Did you check if the value you are referring to has a display name. If there is no Display name , sysid will be displayed.

 

Naveen4
Kilo Guru

Hi,

 

Like this way you can do the personalization for the table which you are reffering.