You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Column override functionality allows a field in a child table to have a different value than the same field in a parent table. For example, a column override changes the default value of the Impact field from Low in the Task table to Medium in the Incident table.


How to define a column override

  1. Navigate to {your_instance_url}/record/sys_db_column_override;
  2. Click New, fill in the fields, and click Save.

Column Override form fields

FieldDescription
Base TableThe table containing the field to override.
TableSelect the table to which the override applies. 
ColumnSelect a column to be overridden.
Display by ref overrideSelect this checkbox if you need to override the Display by ref setting which is responsible for column displaying on lists.

Default value override

Select this checkbox to display the Default Value field, which overrides the default value for the field on the extended table.
Default valueEnter the default value that will override the original one. This field appears if the Default value override checkbox was selected.
Reference qualifier override

Select the checkbox to display the Reference qualifier fieldset, which overrides the reference qualifier for the field on the extended table.

  • Reference - specify a reference to the t
  • Reference qualifier type - choose your reference qualifier type, is it Simple or Dynamic;
  • Reference qualifier condition - build a reference filter that will fit the necessary conditions;
  • Dynamic reference qualifier - if you have chosen the Dynamic type from the choice menu above, then select the appropriate one from the dictionary.
Mandatory overrideSelect the checkbox to display the Mandatory field, which overrides whether the field on the extended table must contain a value to save a record.
Read-only override

Select this checkbox to display the Read-only field, which overrides whether a user can change the field value on the extended table.

Dependent on column ID override

Select this checkbox to display the Dependent on column field, which overrides the field on which the current field depends.



  • No labels