- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-13-2016 06:51 AM
Hi Guys, on my form, I am referencing another table (screenshot 1), however, when I select any of them, it will not show the name on the form, only the number (screenshot 2). Any help would be greatly appreciated.
Thank you in advance.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-13-2016 07:26 AM
Hi Brendan,
If you want the referenced table to show the name instead of the number on all forms where it's reference, you just need to change the display attribute on the dictionary entries for number and name. If this table is extended from task you'll want to do that in a dictionary override rather than changing the dictionary entries themselves.
Reference Fields - ServiceNow Wiki
System Dictionary - ServiceNow Wiki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-13-2016 07:36 AM
Got it, thank you Brad for quick reply.