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 the Delete icon at the end of the value.

  1. The selected fixed value gets removed instantly.

  1. 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.

  1. The newly added library appears on the screen.


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. 
    • Related Articles

    • View Enumeration Fixed Value

      Overview This article provides a step-by-step guide to viewing the enumeration's fixed value. Click on the Fixed Value band. The screen will display the list of fixed values.
    • Add Enumeration

      Overview Enumerations let you define a named, reusable list of fixed values that connectors and flows can reference across your integrations. Use them to maintain consistent data choices — such as status codes, customer types, or region names — ...
    • View Library

      Overview This article provides a step-by-step guide to viewing the enumeration 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. ...
    • Modify Enumeration Details

      Overview This article provides a step-by-step guide for how to 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, ...
    • View XSLTs

      Overview The XSLT Stylesheet area within the OneEnterprise Library lets you create, view, edit, and delete reusable XSLT transformation scripts. XSLT (Extensible Stylesheet Language Transformations) stylesheets convert XML documents from one ...