what is dictionary override

rajasekharyasam
Kilo Contributor

what is dictionary override

6 REPLIES 6

Akshat Chawla
Giga Expert

Hi,



For Dictionary Override details, please refer to below wiki link. It would be helpful



http://wiki.servicenow.com/index.php?title=Dictionary_Overrides


anurag92
Kilo Sage

When a table is inherited from another table (for eg. Incident table is inherited from Task table, so Task table is parent table), all the fields from Parent are present in Child table. But when a type of particular field/column needs to be changed in a child table, it is called Dictionary override For instance: Description field in Task table might be of type journal, but in Incident it is supposed to have better formatting like HTML, so a dictionary override is created to change the type.


Wow!!! What a simple elaboration. Liked it.

dasthu1
Kilo Expert

Hi Rajasekhar,



Dictionary overrides provide the ability to define a field on an extended table differently from the field on the parent table. For example, for a field on the Task [task] table, a dictionary override can change the default value on the Incident [incident] table without affecting the default value on Task [task] or on Change [change].


Administrators can override these aspects of a field:



Thanks,
Dasthagiri K



PS: Hit like, Helpful or Correct depending on the impact of the response.