Dictionary override display value not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2019 07:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2019 08:32 AM
Override Display Value takes whatever column you're on and makes that the display value for the table, regardless of what the parent table's display value is.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2019 08:47 AM
I see so it I wanted to show the short description on the sc_task level for the RITM instead of the RITM number I would put a dictionary override on the sc_req_item table for short description to over ride the display value. Not that I think I would ever what to do that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2019 08:58 AM
that is exactly how it SHOULD work... from the kb...
Select the check box to use this field as the display value on the extended table.
For example, the Story [rm_story
] table uses the short description as the display value in reference fields instead of the number, as defined in the Task [task
] table.
https://docs.servicenow.com/bundle/kingston-platform-administration/page/administer/data-dictionary-tables/task/t_DefineADictionaryOverride.html
if that is not behaving correctly i suspect there is an issue and would open a hi ticket... the issue MIGHT be involved in the fact that the issue table extends the planned task table, which extends task... so they MAY not have the back ground process that does this looking at this correctly.