Define a dictionary override

  • リリースバージョン: Australia
  • 更新日 2026年03月12日
  • 所要時間:5分
  • Use a dictionary override to allow a field in a child table to have a different value or behavior than the same field in a parent table. 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.

    始める前に

    Role required: admin.

    このタスクについて

    Dictionary overrides are only available for tables that support table extension.

    Dictionary overrides are inherited by extended tables, so it may be necessary to define additional overrides to change the value of fields on extended tables. For example, if you define the default value of cmdb_ci.install_status to be 3, and create an override for the same field on cmdb_ci_hardware to be 5, all tables extended from the Hardware table will also default to 5. So if you want the default cmdb_ci_computer.install_status to be 3, you will need another override.

    You can add a dictionary override in a scoped app, but you must add the override while working in the scoped app context and you can only select child tables from within that scope. Open the scoped app, edit the field’s dictionary entry, add a new dictionary override, select the child table, and then provide the override details.

    手順

    1. Navigate to All > System Definition > Dictionary.
    2. Open the record for the field.
    3. In the Dictionary Overrides related list, click New.
    4. Fill in the fields on the form, as appropriate (see table).
      表 : 1. Dictionary overrides table fields
      Field Description
      Application The application scope to which the record belongs.
      Base table The parent table containing the field to override.
      Table

      Select the extended table to which the dictionary override applies.

      注:

      The list shows only tables and database views that are in the same scope as the dictionary override.

      Override reference qualifier Select the check box to display the Reference qualifier field, which overrides the Reference qualifiers for the field on the extended table.
      Override dependent

      Select the check box to display the Dependent field, which overrides the field on which the current field depends.

      Override attributes

      Select the check box to display the Attributes field, which overrides the dictionary attributes for the field on the extended table.

      注:
      Any attributes defined on the base table are ignored. If there are attributes on the base table that should still apply to the extended table, make sure to include them in this field.
      Override default value

      Select the check box to display the Default Value field, which overrides the default value for the field on the extended table.

      Override calculation

      Select the check box to display the Calculation field, which overrides the calculation of the value for the field on the extended table.

      Override mandatory

      Select the check box to display the Mandatory field, which overrides whether the field on the extended table must contain a value to save a record.

      Override read only

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

      Override display value

      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.

      注:
      Only fields that exist at the task table can be used as display value overrides.
    5. Click Submit.