Layer Unassigned Condition
 Triggers the moment the selected Layer is unassigned.Â
Use Layer Assigned inside AND/OR to check if multiple Layers are assigned.Â
{
"kind": "AndCondition",
"conditions": [
{
"kind": "LayerUnassignedCondition",
"layerId": "AutoTagging"
},
{
"kind": "LayerUnassignedCondition",
"layerId": "ProductInformation
}
]
}
Specific Definitions
Type-ahead and select the Layer from the dropdown. The Layer ID is used in the Business Rule, so you can update the name anytime. Â
Property | Value |
kind | LayerUnassignedCondition |
layerId | The ID of the Layer to check. See Access Layer for details, but except in the JSON, you don't have to worry about casing. |
Was Layer Embargo Unassigned
{
"kind": "LayerUnassignedCondition",
"layerId": "Embargo"
}