Develop > Wizards > Using the Wizard Tool > Variables tab field definitions

Variables tab field definitions

Use this tab to document the variables used in the wizard workflow.

Field Description

Wizard variables

wizard.variables

Use this tab to define variables for use within the wizard. Variables can be passed to applications or formats being created by the wizard, but must be assigned. For example, a variable such as $L.return.action must be defined here, if it will be used within the wizard. The data type and value of a variable can be different at different times, and can have a primitive or compound data type as its value. Service Manager contains three types of variables: 1) local, 2) global, and 3) thread. Local variables begin with $L and persist only within the currently executing RAD application. The server automatically cleans up local variables when it exits a RAD application.