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

Precedence


Precedence is the order in which Siebel applications evaluate the various operators within a single expression. The system will evaluate operators with higher precedence before operators with lower precedence. In addition, operators with equal precedence will be evaluated left to right.

The levels of precedence for the various Siebel application operators are listed below.

Level
Operator
1
()
2
*
3
+, -, NOT logical operator
4
AND logical operator
5
OR logical operator

The order of precedence within an expression can be altered by using parentheses. Siebel applications evaluate the expression within the parentheses first, before evaluating the expression outside.


 Siebel Developer's Reference 
 Published: 23 October 2003