Assign Tagbox Items in Layer Action
The AssignTagboxItemsinLayerAction assigns Tagbox Items from the defined cache to the corresponding Layer and the fields where the values are allowed to be added. This requires a cache of type SchemaTagboxFilterLookupNamedCacheConfiguration to be present.
Specific Definitions
Property | Value |
kind | AssignTagboxItemsinLayerAction |
namedCache | Named cache to use for lookup, should be of type SchemaTagboxFilterLookupNamedCacheConfiguration |
refIds | A list of refIds of the items that should be assigned, either as list of refIds or as variable.
CODE
CODE
|
replace | Indicates where the assignment should be additive to the already assigned tags or if existing tags should be replaced. |
Assign Tags from a Cache
"actions": [
{
"kind": "AssignTagboxItemsinLayerAction ",
"namedCache": "CopyrightInformationLayerCache",
"refIds": "$myVariable$",
"replace": true
}
],