- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2016 06:35 AM
Hi,
I have 2 reference fields built based on the same table (u_finance) to:
1 select the duplicate and 2 to selected the related ticket of the ticket.
When Duplicate Of and/or Related To is selected, they show blank but have a ticket assigned....
Both has a reference qualifier to avoid pointing to the current ticket... Also when typing (to select a ticket#) it shows names instead of FIN##....
Thanks,
Titus
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
-
Team Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2016 08:53 AM
Have you checked if there are any dictionary overrides that are setting the display value to something else?
Check the ACLs to ensure the user has permission to read the field. System Diagnostics> Debug Security is your friend!
Debugging Tools Best Practices - ServiceNow Wiki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2016 06:38 AM
you need to set the display field to the number rather than name.
this is a table field change so it will change everything that reference those tables.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2016 06:44 AM
Thanks Steven, funny detail is that it worked before and I did not change the settings for display field to something else.... how can I check/change the setting for display field?
Thanks,
-- Titus
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2016 06:45 AM
see chucks response below
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2016 06:49 AM
🙂