Table of Contents
OR Condition
Table of Contents
The OR operator can group multiple conditions, each of which must be fulfilled; e.g., check for a specific Layer OR a Permission Set.
Add multiple conditions
To add multiple conditions for your Business Rule.
- Open Settings
- Open Business Rules
- Go to the panel Condition
- Press Add
- Select AND or OR condition first to define multiple conditions.
- Define the condition details
- For AND, OR: Press Add inside the AND or OR condition and select your desired condition.
- For other conditions, see the definitions per condition.
Video on how to add multiple conditions.
Specific definitions
None, except the selection of one or multiple other conditions.
| Property | Value |
|---|---|
| kind | OrCondition |
| conditions | Array of conditions; multiple conditions supported |
{
"kind": "OrCondition",
"conditions": [
{ condition }
]
}