Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »

LayerAssignedCondition checks if the selected layer is assigned to any Content Item and triggers then e.g. Check if layer with ID "ProductInformation" is assigned to find all product-related content. (lightbulb) Triggers when a Content Item is available which has the selected Layer assigned. 

Use Layer Assigned inside AND/OR to check if multiple Layers are assigned. 

{
    "kind": "AndCondition",
    "conditions": [
		{
		"kind": "LayerAssignedCondition",
		"layerId": "AutoTagging"
		},
		{
		"kind": "LayerAssignedCondition",
		"layerId": "ProductInformation
		}
	]
}

Is Layer AutoTagging Assigned

{
	"kind": "LayerAssignedCondition",
	"layerId": "AutoTagging"
}

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

LayerAssignedCondition

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. 

  • No labels