Multi Choice Options
The Multi Choice Options Instruction sets the different choices for a Multi Choice type Step.
This is accomplished by the following FieldLogs specific Instruction:
Flkw:SetMultiChoiceOptionsForStep
Flkw:SetMultiChoiceOptionsForStep
is a simple Instruction that sets the different choices for a Multi Choice type Step.
Format: Flkw:SetMultiChoiceOptionsForStep('Step ID', 'Choice1:Value1,Choice2:Value2, etc.…');
Parameters | Description |
---|---|
Step ID | The ID of the Step whose values are to be set. |
Choice1:Value1, Choice2:Value2, etc.... | The choices and their corresponding values to be set. |
The Flkw:SetMultiChoiceOptionsForStep
Instruction is added to the Script associated with Step of ID 4.
![]() |
At runtime, before the validation of Step 3, the Task appears as below.
![]() |
After the validation of Step 3, the Script sets the Multi choice values of the following Step as seen below.
![]() |