Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Used to define This logic defines a page content of a Tab tab with the type configurator to provide which provides the user with a Tab tab with many input fields whose values typically depend on each other. So this logic builds the Configurator form with dynamic input fields.

Because it's This logic is almost identical to Form Logic (Configurator Reference), with the only difference , is that this one it also gets the binding variable model. So here – so we will discuss mainly describe here just the specifics of this evaluation configurator logic.

...

  • Logic Nature: model_evaluation

  • Execution Types:

    • Standard Builds the input fields based on the model’s current tab inputs, previous steps inputs and previous calculations outputs.

  • Information provided to the logic:

    • Standard:

      • model (of the type ModelEvaluationFormulaContext ) - includes – Includes Model table, inputs from previous steps and outputs from previous calculations.

      • input - Values of all inputs from the current tab, provided by the user.

  • Expected logic execution outcome:

    • form’s Form’s sections and input fields - provided via the output of visible element logic.