You are here:
Calling Expression Sets from an Omniscript
From an Omniscript, call an expression set created in the Business Rules Engine, and return its results to the Omniscript. Expression sets evaluate conditions, perform mathematical operations, look up decision tables and matrices, and perform multiple transformations simultaneously.
Property |
Description |
|---|---|
Remote Properties: Expression Set Name Remote Properties: Configuration Name (in the designer for a managed package) |
Name of the Expression Set. |
| Remote Properties: Include inputs | Check whether the Omniscript elements sent to the Expression Set are at the Step level of the Omniscript and not in a block. |
| Remote Properties: Match input variables | Check whether the Omniscript elements sent to the Expression Set exactly match the Variable IDs in the procedure. |
| Remote Properties: Pre-Transform Data Mapper Interface | Specify a Data Mapper transform to reformat input data for the Expression Set. |
| Remote Properties: Post-Transform Data Mapper Interface | Specify an optional Data Mapper transform to reformat output data from the Expression Set. |
| Remote Properties: Remote Options | Define key/value pairs that specify additional class invocation options. |
| Remote Properties: Extra Payload | Send additional key/value pairs. Merge field syntax is supported. |
| Remote Properties: Send only extra payload | Send the key/value pairs for Extra Payload without the Omniscript’s JSON. |

