Using Simple Comparison Operations
A simple comparison operation involves a comparison that Siebel CRM can express in a simple expression without using an iterative operation. The following table describes values for the following simple comparison operations: Between, Not Between, Greater Than, Less Than, Is Null, and Is Not Null.
Comparison | Runtime Value That Results in a Successful Comparison | Description |
---|---|---|
Between |
Between two predefined literal values. |
This comparison requires two values in the Values property. The Process Designer enforces this requirement. |
Not Between |
Not between two predefined literal values. |
This comparison requires two values in the Values property. The Process Designer enforces this requirement. |
Greater Than |
Greater than a predefined literal value. |
Logically, only one value is required in the Values property. |
Less Than |
Less than a predefined literal value. |
Logically, only one value is required in the Values property. |
Is Null |
Null or empty. |
No value is required in the Values property. |
Is Not Null |
Not null or empty. |
No value is required in the Values property. |