Edit Enum

Editing an Enum allows you to update its description and add new values.

Note that once an Enum is in use, the Enum's name and existing values cannot be modified, only new values can be added.

Steps to Edit an Enum

  1. Navigate to the Enum Section

    • Click the Data icon in the Primary Left Panel to expand the menu.

    • Select Enums from the menu. The Secondary Left Panel will display the list of existing Enums.

  2. Access the Enum to Edit

    • To edit an Enum from the Secondary Left Panel:

      • Hover over the Enum you wish to edit.

      • Click the Kebab menu (three dots) that appears.

      • Select the Edit icon from the menu.

    • Alternatively, you can access the Enum page directly:

      • Click on the Enum name in the Secondary Left Panel to open the Enum page on the right side of the panel.

      • In the Actions Bar at the top of the Enum page, click the Edit icon.

  1. Modify Enum Details

    • Description

      • Update the description as needed. The description field is always editable and can be modified to provide additional context or information about the Enum.

      • Validation Rules:

        1. The description length should be between 0 and 400 characters.

    • Enum Values:

      • Existing values cannot be edited if they are in use; however, you can add new values.

      • To add new values, enter the new values in the provided field, adhering to the following validation rules:

        1. Each value must be unique within the Enum.

        2. Each value must be between 2 and 4000 characters long.

        3. Values cannot be empty"

        4. Values cannot include spaces.

  2. Submit the Change

    1. Click the Update button to save the changes.

    2. The updated Enum, including any new values, will be reflected in the Enums page.

Last updated