- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2019 05:46 AM
I am working in scoped Application but I am unable to see reference incident record in custom table.
Tho, for Testing I have use sys_user table, User table is showing record in field.
In incident reference field record is selected but field is blank.
****************************************************************************************************************************************
*******************************************************************************************************************************
Solved! Go to Solution.
- Labels:
-
Instance Configuration
-
Integrations
-
Studio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2019 01:35 AM
Cheers,
I have resolved the issue.
Issue was, In Incident table there were two field have display true checked.
And Other than Number field there is empty value.
So all I have to do it make display false for other column.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2019 05:48 AM
Hi
What is the display value of that table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2019 05:51 AM
Dictionary overrides are scoped so if you are setting the display value with one you will need to add a scoped equivalent.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2019 05:54 AM
thank you for the quick response.
Would you please explain in lil bit detail ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2019 06:00 AM
right click on the field and go to dictionary, you'll see a tab at the bottom for dictionary overrides. These allow you to override the base dictionary settings so you can have, for example, a different display value for different tables. It might be that there is no display value set on the table and that it's being set in dictionary overrides instead.