View Enumeration

View Enumeration


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:
  1. Create and manage multiple enumerations.
  2. Define key-value pairs for each enumeration.
  3. Use enumerations in data transformation or validation processes.

Start Edit Modes

  1. Click on the Enumeration band.

  1. 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.
  2. To view and modify the details of any enumeration, click on the band.

  1. After clicking on any enumeration, the following screen will appear, displaying essential components of the enumeration:
    1. Details
    2. Fixed Values
    3. Liberary
    4. View Full List


Details

  1. Click on the Details band to view the details.

  1. Modify the enumeration details on the following screen:
    1. Name: Edit the existing name (letters only, maximum 50 characters).
    2. Description: Edit the existing description (maximum 150 characters).
    3. Sort by: Select Text or Number from the drop-down to set the sorting order.
    4. Default Value: Enter the default value in this field.
  2. After completing the modifications, click the Save button.

Fixed Values

  1. Click on the Fixed Value band.

  1. The screen will display the list of fixed values.

Add a New Fixed Value

  1. To add a new fixed value, click on the Add button.

  1. A new row will be inserted at the end of the table. 
  2. Enter the Identifier, Value, and Description, and click on the Save button. The new value gets saved in the table.

  1.  The new value gets saved in the table.

Remove Fixed Value

  1. To remove any of the fixed values, click on the Delete icon provided at the ned of the value.

  1. The selected fixed value gets removed instantly.
  2. Click on the Save button to save the changes.

Library of Enumerations

  1. Click on the Library band.

  1. A list of libraries used for the selected enumeration will be listed on the screen.
  2. You can add or remove the libraries on this screen.
  3. To view the library details, click on the band.

View Library Details

  1. Upon selecting the library band, the corresponding library details will be exhibited on the screen. 
  2. Please be advised that the information presented on this screen is for informational purposes only and is read-only. 

Add a New Library

  1. To add a new library, click on the Add button.
  1. An Add Library pop-up will appear, displaying the list of available libraries. 
  2. Select the required library from the list, then click the Save button. 
  3. The selected library gets added to the list.

View the Full List of Enumerations

  1.  Click on the Full List band to view the complete list of enumerations, which includes API Calls, Fixed Values, and Library.

  1. The screen will display the list of all the enumerations. 
  2. Please be advised that the information presented on this screen is for informational purposes only and is read-only. 
Image


    • Related Articles

    • View Enumeration Fixed Value

      View Enumeration Fixed Value Click on the Fixed Value band. The screen will display the list of fixed values.
    • View Enumeration Full List

      View Enumeration Full 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 ...
    • Modify Enumeration Details

      Modify Enumeration Details 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 ...
    • View Library

      View Library 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 ...
    • Add Enumeration

      Add Enumeration