OverrideColumn
Define a dictionary override for an inherited column.
Define a dictionary override for an inherited column.
Guide for using OverrideColumn to modify properties of columns inherited from a parent table. When you extend a table using extends, you inherit all columns from the parent. Use OverrideColumn to change how these inherited fields behave on the child table without modifying the parent table's definition.
Guide for creating ServiceNow Tables (sysdbobject), Columns (sysdictionary), Column Overrides (sysdictionaryoverride), and Relationships (sysrelationship) to define data models. Use when the user mentions tables, columns, column overrides, fields, schema, extending tables, relationships, related lists, or data modeling.