Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,37 @@ If you have selected a variable for an entity that is an open type (`OpenType="t
The ability to add additional attributes was introduced in [Studio Pro 11.5.0](/releasenotes/studio-pro/11.5/).
{{% /alert %}}

#### Add/Edit Additional Attribute

An additional attribute can have one of the following types:

* Boolean
* Date and time
* Decimal
* Enumeration
* Integer/Long
* String
* List of Boolean
* List of Date and time
* List of Decimal
* List of Enumeration
* List of Integer/Long
* List of String

For types **Enumeration** and **List of Enumeration**, Studio Pro lets you choose the enumeration. This must be an external enumeration of the action's service.

For types that are not a list, you type an expression of the given type.

For list types, you:

1. Choose an entity.
2. Type an expression that is a list of that entity.
3. Choose an attribute of that entity with the given type.

{{% alert color="info" %}}
List-types were introduced in [Studio Pro 11.6.0](/releasenotes/studio-pro/11.6/).
{{% /alert %}}

### Associations to Include

If you have selected a variable for an entity that has associations, you can select the associations you want to include in the arguments that you call the external action with.