Condition Block

The Condition block embodies a condition for example, AccountLevel equals Gold. The call takes the True or False path depending on whether or not the condition is met.

The Condition block has the following parameters and outputs.

Parameter

Description

Operand 1

Select a CAD variable from the drop-down list.

Condition

Select an operator from the drop-down list:

< (less than)

!= (not equal)

> (greater than)

== (equal to)

>= (greater than or equal to)

<= (less than or equal to)

Contains

Operand Type

Select an option to specify whether Operand 2 is an existing CAD variable or a literal value that you specify.

Operand 2

Select an existing CAD variable name from the drop-down list or click the User specified button and type a literal value.

Description

Optionally enter a description for the block.

Output

Description

True

Path to take if the condition is met.

False

Path to take if the condition is not met.