Versions Compared

Key

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

Add multiple conditions

To add multiple conditions for your Business Rule. 

  1. Open Settings

  2. Open Business Rules

  3. Go to the panel Condition

  4. Press Add

  5. Select AND or OR condition first to define multiple conditions. 

  6. Define the condition details

    1. For AND, OR: Press Add inside AND or OR condition and select your desired condition.  

    2. For other conditions see the definitions per condition.

VIDEO: How To Add Multiple Conditionsbusiness-rules_add-condition-with-and_in-creation.mp4

Specific Definitions

None, except the selection of one or multiple other conditions. 

Property

Value

kind

AndCondition

conditions

Array of conditions; multiple conditions supported

Code Block
languagejson
{
	"kind": "AndCondition",
	"conditions": [
		{	condition  }, 
		{   condition  },
		{   condition  }
	]
}