- 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:41 AM
Sounds like the u_finance table needs a display field set (or reset). Go to the u_finance table (System Definition> Tables) and check that proper field is set to display=true.
http://wiki.servicenow.com/?title=Reference_Fields
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2016 06:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2016 06:51 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2016 06:53 AM
Is this table extended from another table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2016 07:50 AM
yes! it is extended from the TASK table