Used to define a page content of a Tab with type configurator to provide the user a 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 almost identical to Form Logic (Configurator Reference), with the difference, that this one also gets binding variable model
. So here we will discuss mainly the specifics of this evaluation configurator logic.
Logic API
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 type ModelEvaluationFormulaContext ) - 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 sections and input fields - provided via output of visible element logic