Overview
Enumerations (Enums) are a data type used to define a fixed set of predefined values for a field or variable. Instead of allowing any value, an enumeration restricts input to a set of allowed options.
Accessing Enumerations
Enumerations define a set of predefined constant values. They are primarily used for mapping or converting values between different systems, ensuring consistency during data exchange.
Features:
- Create and manage multiple enumerations.
- Define key-value pairs for each enumeration.
- Use enumerations in data transformation or validation processes.
Start Edit Modes
- Click on the Enumeration band.
- After clicking on the Enumeration band, a list of available enumerations will be displayed. If enumerations have not been created, use the Add button to create a new one.
- To view and modify the details of any enumeration, click on the band.
- After clicking on any enumeration, the following screen will appear, displaying essential components of the enumeration:
- Details
- Fixed Values
- Liberary
- View Full List

Details
- Click on the Details band to view the details.
- Modify the enumeration details on the following screen:
- Name: Edit the existing name (letters only, maximum 50 characters).
- Description: Edit the existing description (maximum 150 characters).
- Sort by: Select Text or Number from the drop-down to set the sorting order.
- Default Value: Enter the default value in this field.
- After completing the modifications, click the Save button.
Fixed Values
- Click on the Fixed Value band.
- The screen will display the list of fixed values.
Add a New Fixed Value
- To add a new fixed value, click on the Add button.
- A new row will be inserted at the end of the table.
- Enter the Identifier, Value, and Description, and click on the Save button. The new value gets saved in the table.
- The new value gets saved in the table.
Remove Fixed Value
- To remove any of the fixed values, click on the Delete icon provided at the ned of the value.
- The selected fixed value gets removed instantly.
- Click on the Save button to save the changes.
Library of Enumerations
- Click on the Library band.
- A list of libraries used for the selected enumeration will be listed on the screen.
- You can add or remove the libraries on this screen.
- To view the library details, click on the band.
View Library Details
- Upon selecting the library band, the corresponding library details will be exhibited on the screen.
- Please be advised that the information presented on this screen is for informational purposes only and is read-only.
Add a New Library
- To add a new library, click on the Add button.
- An Add Library pop-up will appear, displaying the list of available libraries.
- Select the required library from the list, then click the Save button.
- The selected library gets added to the list.
View the Full List of Enumerations
- Click on the Full List band to view the complete list of enumerations, which includes API Calls, Fixed Values, and Library.
- The screen will display the list of all the enumerations.
- Please be advised that the information presented on this screen is for informational purposes only and is read-only.
Image