Siebel Developer's Reference > Operators and Expressions > Operators >

Logical Operators


Table 205 describes logical operators.

Table 205. 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.

Siebel Developer's Reference Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.