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