/
Get Attribute Drop Down Definition By Id
Get Attribute Drop Down Definition By Id
The GetAttributeDropDownDefinitionByIdActivity
can be used to retrieve the value of a drop down attribute.
Input Data
Entity Id
The id
of the value that needs to be retrieved. This id
may be a part of a Changes Object.
For Example:
"Changes": [
{
"PropertyName": "ext_special_meal",
"ValueBefore": 33,
"ValueAfter": 25,
"ChangeType": 1,
"Operation": 1
}
]
Required Properties
The activity supports these tags: id
, serialized_value
, display_name
, name_key
Note: At the moment the activity does not support the *
field specifier.
Output Data
The result can be retrieved via activities.ActivityName.ApiObject()
and is a JSON Object.
For example:
activities.getNewDropDownValue.ApiObject() = {
"display_name": "Gluten intolerant meal",
"id": 25,
"name_key": null,
"serialized_value": "<string xmlns=\"http://schemas.microsoft.com/2003/10/Serialization/\">Gluten intolerant meal</string>"
}
, multiple selections available,
Related content
Get All Attribute Drop Down Definition
Get All Attribute Drop Down Definition
More like this
Next-Gen Workflow Activities
Next-Gen Workflow Activities
More like this
CoreOne AttributeDropDownDefinition
CoreOne AttributeDropDownDefinition
Read with this
CoreOne Organization Unit
CoreOne Organization Unit
Read with this
APIV2 CRUD Activities
APIV2 CRUD Activities
More like this
Get Approval By Id
Get Approval By Id
More like this
© ITSENSE AG. Alle Rechte vorbehalten. ITSENSE und CoreOne sind eingetragene Marken der ITSENSE AG.