Fields
Access data within the scenario execution context.
Definition
Each field exposes a data value with a type derived from the data model.
These fields are dynamically generated by exploring the data model. Starting from the trigger object table, the system analyzes the structure of tables, using their fields and links between them. This process enables the system to present a comprehensive list of fields that can be utilized within the context of the Scenario.
Example
We use a simple data model
The operand picker present three fields section:
- Fields of the transaction: These correspond to the fields of the object triggering the scenario execution.
- Fields of the transaction emmiter: These correspond to the fields of the account associated with the transaction emitter.
- Fields of the transaction emmiter company: These correspond to the fields of the company associated with the account corresponding to the transaction emitter.
See data model links for guidance on why those fields are listed.
Updated 6 months ago