Logical Operators
The following table describes logical operators.
Operator | Returns TRUE | Returns FALSE |
---|---|---|
NOT |
If Siebel CRM evaluates the condition to FALSE. |
If Siebel CRM evaluates the condition to TRUE. |
AND |
If Siebel CRM evaluates all component conditions to TRUE. |
If Siebel CRM evaluates any component condition to FALSE. |
OR |
If Siebel CRM evaluates any component condition to TRUE. |
If Siebel CRM evaluates all component conditions to FALSE. |