
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2018 11:37 AM
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
Solved! Go to Solution.
- Labels:
-
Instance Configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2018 11:36 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2018 11:11 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2018 11:36 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2018 11:41 PM
If scripting, you can use "current.variable_name.getDisplayValue();" and it will not show the sys id, but only the name.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2018 12:02 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2018 12:27 AM
Hi,
Like this way you can do the personalization for the table which you are reffering.