Display option in dictionary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-07-2015 08:43 PM
Hi all,
Please help in understand the display option available for any field in a table (in dictionary).
I have gone through the definition from wiki but would be of great help if there is any demo example or exercise which would clear my concept.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-08-2015 01:25 AM
Could is be due to some scripting ?
I do not know the scripting part though
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2017 04:12 AM
Hi,
if there are no display values explicitly set up, ServiceNow searches for default fields to make them as display value fields. These fields are "name", "u_name", "sys_name", "number", "u_number". The algorithm first searches the whole table hierarchy for a field called name. Then, if not found, it searches for u_name, etc.
For more info see Introduction to Display Values - SnowMirror
Thanks,
Nag.