You’re using You will use a Configuration Wizard - Execution logic when you need to:
develop Develop the 2nd part of the Configuration Wizard (Execution), which collects input inputs from the user.
see See also the Wizard part of Configuration Wizard.
Logic API
Logic Nature: default
Logic Type: Calculation/Pricing
Execution Types:
Standard:
perform Perform the action expected to be done by the wizard.
display Display a result of the operation performed.
Information provided to the logic:
input[]
- what What was filled in by the user in the Configurator of the first step.allow Allow object modification - true. This logic can modify data of tables (e.g., use
api.update()
).
Expected logic execution outcome:
perform Perform the actions expected from the wizard (e.g., modify some data table).
build Build a configurator form - to display the results of the operation.
build Build form sections with messages (technically they are form section messages).
and eventually Eventually build also input action buttons on the form, which will allow user to navigate to other page pages of the system.
Configuration
Configuration Wizard is configured on the page Configuration Wizards Admin, found accessed via .
See the entity ConfigurationWizard.