What is dictionary override in servicenow and what its use?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2022 09:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2022 09:31 AM
Hi
with dictionary overrides, you are able to override values or behaviors of parent tables. The most prominent parent table is "task". And whatever on that table is declared you can override in your child table - for example "incident".
For more information please go to https://docs.servicenow.com/bundle/sandiego-platform-administration/page/administer/data-dictionary-...
Or watch one of the available videos regarding that topic: https://www.youtube.com/watch?v=EXSYIfOP5dc
Kind regards
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2022 10:53 PM
thank you for giving valuable information @maik skoddow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-30-2022 03:54 AM
Hi
In case you think I was able to answer your question, I would be happy if you mark the appropriate response as "correct" so that the question will appear as resolved for other users who may have a similar question in the future.
If not, please tell me what you are still missing!
Many thanks & kind regards
Maik

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2022 09:36 AM
Hi Kumar,
In Short: To allow a field in a child table to have a different value.
For example, a dictionary override changes the default value of the priority field from 4 in the parent table to 5 in the Incident table.
Hope it helps.
Thanks,
Raj