HOWTO
Applies To:
ITScriptNet V1/V2
Conditional Branching refers to structuring a program so that the sequence of prompts varies depending on the data collected. Programs created using the ITScriptNet Program Designer do not use conditional branching when using the Graphical Interface.
DETAILS
Conditional Branching can be implemented using In-Prompt Scripting. The Next Prompt script controls the flow of the program by determining the prompt that the program will move to after the current prompt. This script is evaluated after the data is collected, so the After Prompting and After Validation scripts can be used to perform more complex processing. The Next Prompt script should evaluate to the name of the prompt to move to next.
This article last updated:
1/1/2009 12:00:00 AM