Table of Contents
Content Relation Items Changed Condition
Table of Contents
The condition Content Relation Items Changed checks whether any Content Items were removed or assigned to a specific relationship field, e.g., to detect changes in Press Kit material and trigger validation of the new material (assign Review Layer, note with order, and appropriate permissions).
Triggers whenever something changes in the provided Relationship Field, either when an item is assigned or unassigned.
Specific definitions
The ID is used in the Business Rule, so you can update the list item attributes any time.
| Property | Value |
|---|---|
| kind | ContentRelationItemsChangedCondition |
| fieldpath |
layerId.fieldId contentSchemaId.fieldId Details on accessing field values, specifically fieldpath starts lowercase Supports JSON path syntax which you can test here: https://jsonpath.com. |
Any changes to the Hero Shots that require validation?
{
"kind": "ContentRelationItemsChangedCondition",
"fieldPath": "pressKit.heroShot"
}