Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt

ContentRelationItemsChangedCondition checks if anything was added or removed from the provided Relationship Field for any Content Item and triggers this very moment e.g. check if Press Kit Material changed and trigger validation of the new material (assign Review Layer, note with order and appropriate permissions). 

Tip
Include Page
TERMS:Business Rule Condition: Content Relation Items Changed Condition
TERMS:Business Rule Condition: Content Relation Items Changed Condition

(lightbulb) Triggers the moment anything changed in the provided Relationship Field, either an item was 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?

Is Product 12346xxx Assigned?
Code Block
title
{
	"kind": "ContentRelationItemsChangedCondition",
	"fieldPath": "pressKit.heroShot"
}

...