...
Logic API
Logic Nature: default
Logic Type: Calculation/Pricing
Execution Types:
Syntax Check Input Generation - to define the input fields.
Standard - to find out which objects we want to process and emit those objects.
Information provided to the logic:
In Standard mode:
input[]
- Values entered by the user in configuration of the process (e.g., usually the feeder inputs values entered on allocation calculation Data Load configuration page).api.currentItem()
- The context, in which it runs (likely the Data Load process definition).
Expected logic execution outcome:
From Syntax Check Input Generation mode:
Input field definitions
From Standard mode execution:
Emit the objects to be processed by the process, which is using this Feeder. You can use several methods to achieve that, for example:
...