Each User Management Resource Administrator project contains a number
of customizable comment fields. These fields can help an end-user to choose
a project and setup the variables of the project. All the comment fields
are customizable. For each project, you can define the following comment
fields:
Project comment
This field contains a description
of the project. It is shown, when the mouse cursor is positioned above
the name of the project in the Projects
bar, and in the wizard. To setup of this field, access the project
properties and select tab Project
comment.
Variable info
You can define a comment field for
each variable used in the script. This information is used in the wizard
only. In the wizard, the user can setup the value for one or more variables.
For each variable with the variable
info field defined, a separate
window (Wizard - Setup variable)
is shown in the sequence of wizard windows. You need the setup the variable info
field if you want this information to show up in the wizard. To start,
access the project properties and select tab Variable
Info:
In the example shown, for 6 variables,
the field is defined. Note that the script may contain more variables.
Use the Add, Edit and Delete buttons to manage the individual entries.
Use the arrow buttons to determine the order entries. The order corresponds
with the sequence of windows shown in the wizard. When you setup an individual
entry, the Specify variable info window is shown.
The window contains the following
fields:
Variable
Select the variable from the list. The list shows the variables that are
found in the script.
Description
The comment field describing the variable. From this description field,
the user should be able to understand what the variable is used for.
Default value
The default value for the variable or a instruction for the used. If the
value is specified as a constant value, this value is shown in the corresponding
field of the wizard.
Example values
Some possible values to help the end user specify the value.
Probably a constant value
When this option is selected, the wizard by default selects the option
to specify a constant value. Once specified (user presses Next
in the wizard) a Script Action:
Set Variable is inserted at the beginning of the script. This action
actually sets the value of the variable.
Empty value allowed (blank)
When specified, the application will not execute the script if no value
is specified for this variable.