Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 66 Next »

You’re using Configuration Wizard - Execution logic when you need to:

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 Administration  Configuration  Configuration Wizards  Configuration Wizards Admin.

See entity ConfigurationWizard.

  • No labels