- 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 07:57 AM
only other thing i can think of is it may be a permissions issue.
when you create a new table, you specify the roles that are allowed to use this table.
ensure that your users have permissions (either from Role or ACL) and make sure you're not preventing them seeing this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2016 08:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2016 08:45 AM
set a different field as Display and then reset your Number field as display. see if that fixes it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2016 10:19 AM
Thanks Steven! I found the solution as having watch_list's display value checked in the dictionary overrides......

- 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