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.
"$myStoreInVariable$"
CODE
See details on refId for List Items. |
replace | Indicates where the assignment should be additive to the already assigned tags or if existing tags should be replaced. |
"actions": [
{
"kind": "AssignTagboxItemsinLayerAction ",
"namedCache": "CopyrightInformationLayerCache",
"refIds": "$myVariable$",
"replace": true
}
],
CODE