You are here:
Supported Formula Operators (Managed Package)
For the managed package runtime, formula fields in Omniscript support the following operators:
This information is for Omnistudio for Managed Packages. For Omnistudio on standard runtime, see Omnistudio Help.
Operator |
Meaning |
|---|---|
+ |
Addition |
- |
Subtraction |
* |
Multiplication |
/ |
Division |
^ |
Power |
= |
Equals |
<> |
Not equals |
> |
Greater than |
< |
Less than |
>= |
Greater than or equal to |
<= |
Less than or equal to |
&& |
And |
|| |
Or |
( ) |
Parentheses |
For information on supported functions in Omniscript, see Omniscript Functions (Managed Package). For information on adding a Formula field to an Omniscript, see Create a Formula or Aggregate in an Omniscript (Managed Package).

