Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt
Include Page
TERMS:Business Rule Condition: Tagbox Item Unassigned
TERMS:Business Rule Condition: Tagbox Item Unassigned

...

Code Block
{
    "kind": "AndCondition",
    "conditions": [
		{
			"kind": "TagboxItemUnassignedCondition",
			"fieldpath":"productInformation.products",
			"refId": "123556..."
		},
		{
			"kind": "TagboxItemUnassignedCondition",
			"fieldpath":"productInformation.products",
			"refId": "123556..."
		}
	]
}

Specific Definitions

The refId is used in the Business Rule, so you can update the list item attributes at any time. 

Property

Value

kind

TagboxItemUnassignedCondition

fieldpath

layerId.fieldId

Details on accessing field values, specifically fieldpath starts lowercase

Supports JSON path syntax which you can test here: https://jsonpath.com.

refId

The ID of the List Item to check. 

This is optional. You can leave it empty if you want to check any unassignments from the tagbox field. 

You can get the refId by opening up the List Item in Detail View and check the URL. 

...