Manage Enums¶
Depending on the permissions granted to your role, you can create, update, or delete enums in the Enums view.
Before you begin
- Expand Reference Data in the navigation pane.
- Click Enums. The Enums view opens.
Create Enums¶
To create an enum:
- Click Add Enum. The Enum dialog box opens.
-
Complete each field as needed. Required fields are marked with an asterisk (*).
Field Descriptions
- Type *
- The type of enum determines the drop-down list control to hold the Value.
- Value *
- The exact text to display in the drop-down list control.
- Label *
- The exact text to display in the drop-down list control.
- Value Type *
- The data type for the Value. Options are:
String,Number,Boolean,Date, andEnum. When the Value Type isEnum, the Enum Type field becomes visible. - Enum Type *
- If the Value Type is
Enum, the list from which this enum is populated. This becomes, essentially, a list of lists. - Parent Type
- The Type for enums Value Type is enum.
- Parent Value
- For enums that have a parent enum (a list of lists), the value of the parent enum. For example, the
Region enum has a Value Type of
enum, Parent Type ofAWSRegion, and the Parent Value is the Value for the desired AWSRegion enum, such asus-east-1. - Status
- The status of the enum:
ActiveorInactive. - Context
- //TODO
- Description
- The description of the enum
- Initial Value
- //TODO
-
Click OK.
- Repeat these steps to create additional enums with different values and labels as needed.
Edit Enums¶
To change an enum record:
- Search for the record you want to work with. For detailed steps, see Using Advanced Search.
- Click the Edit icon () in the Actions column for the enum you want to change. The Enum dialog box opens.
-
Change the fields as needed. Required fields are marked with an asterisk (*).
Field Descriptions
- Type *
- The type of enum determines the drop-down list control to hold the Value.
- Value *
- The exact text to display in the drop-down list control.
- Label *
- The exact text to display in the drop-down list control.
- Value Type *
- The data type for the Value. Options are:
String,Number,Boolean,Date, andEnum. When the Value Type isEnum, the Enum Type field becomes visible. - Enum Type *
- If the Value Type is
Enum, the list from which this enum is populated. This becomes, essentially, a list of lists. - Parent Type
- The Type for enums Value Type is enum.
- Parent Value
- For enums that have a parent enum (a list of lists), the value of the parent enum. For example, the
Region enum has a Value Type of
enum, Parent Type ofAWSRegion, and the Parent Value is the Value for the desired AWSRegion enum, such asus-east-1. - Status
- The status of the enum:
ActiveorInactive. - Context
- //TODO
- Description
- The description of the enum
- Initial Value
- //TODO
-
Click OK.
Delete Enums¶
You can delete an enum's Value record without deleting the enum type used for other enums.
To delete an enum value:
- Search for the enum you want to delete. For detailed steps, see Using Advanced Search.
-
Click the Delete icon () in the Actions column.
-
On the Delete Record? confirmation dialog box, click Yes.
See also:

