User Community Service Desk Downloads
If you can't find the product or version you're looking for, visit support.ataccama.com/downloads

Lists of Values

Lists of values aggregate referenced and enumerated lists of values assigned to entities.

By default, the Deployment list is assigned to data sources, where users can select values from the list to specify whether the deployment is on cloud or on-premise.

You can also add and configure new lists as needed.

On the Global Settings > List of Values tab, you can view and edit existing lists. However, you cannot add new ones as this requires changing the metadata model.

List of Values tab

Create a list of values

To create a new list of values:

  1. Go to Organization > Metadata Model.

    Metadata model list
  2. Select Create entity.

  3. Provide the following information:

    1. Name of the value that you are adding.

      Enter entity name
    2. Property names and types.

      For the purpose of this tutorial, we are adding properties name and description, both of type String.

      Add entity properties
  4. Select Save.

  5. To be able to assign more than one value to the list, create another entity in the Metadata Model:

    If you are planning to have only one value assigned to the new list, you can skip this step.
    1. Select Create entity.

    2. Provide the following information:

      lists of values entity to assign multiple values

      1. Name of the entity.

      2. Property target, of type Referenced object, aiming for the Object that was created in steps 1-4.

        The property name should always be the target.
      3. Property name, of type Delegated scalar property, referring to target.name.

        lists of values second entity properties

    3. Select Save.

  6. Go to the Metadata Model tab again, search for the valueLists entity, and open it.

  7. In the properties list, select Add property and provide the following:

    1. Name: Name of the value list that you have created.

    2. Type: Embedded object array.

    3. Object: Reference the object that you have created earlier in List of Values.

      Add embedded object array property
  8. Select Save.

  9. Continue with section [Add the list to an entity] or go to Upgrade Center to publish changes.

    Applying changes includes switching to the maintenance mode, creating a database backup, and resolving any potential conflicts. For more information and step-by-step instructions, see Upgrade Center.

    Once the upgrade is complete and the application switches back to the application mode, the new list of values is available on the List of Values tab.

Manage values

The reference for deployment types used in data sources is pre-configured.

lists of values add deployment

The list of deployment values by default has two options: cloud and on-premise.

lists of values add deployment cloud onprem

Create a new reference list value

To expand the list of values, do the following:

  1. Go to Organization > Settings > List of Values:

    lists of values expand list of values
  2. Click Add Deployment in the widget of the list with which you want to work (for example, the Deployments widget). The General Information widget appears.

    lists of values adding deployment
  3. Specify the Name for the deployment and click Save.

  4. Publish the changes.

    lists of values draft

    Now the value can be used as a deployment reference.

Delete values

To delete a value from the list, expand the three dots menu and click Delete.

lists of values delete values

Edit values

To edit the description of the list of values, click Edit in the upper-right corner of the page. Change the description and click Save.

To edit the value’s name, expand the three-dots menu next to the value and click Edit. Change the value’s name and click Save.

lists of values edit values

Was this page useful?