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>" }

 

© ITSENSE AG. Alle Rechte vorbehalten. ITSENSE und CoreOne sind eingetragene Marken der ITSENSE AG.