To create a new parameter
Enter information into the fields as follows:
Field Name | Description |
---|---|
Name |
Enter a unique name to specify the parameter when a procedure or workflow is invoked. |
Description |
(Optional) Plain text or HTML description for this object. If using HTML, you must surround your text with
|
Type |
Select the parameter type from the drop-down menu. The following "types" are available. |
Text entry |
Allows a short text entry in the Default Value field. |
Text area |
Expands the Default Value field to allow adding a longer script-type entry. |
Dropdown menu |
Creates a drop-down menu from which to select a value when the parameter is presented.
|
Radio selector |
Creates "radio" buttons to select an entry when the parameter is presented.
|
Checkbox |
Creates a checkbox for a value to select (or not) when the parameter is presented.
|
Credential |
Selecting this option requires the user to specify a user name and password to use this parameter at runtime. Credential parameters are not supported on state definitions. |
Project |
Creates a project selector field on the Run Procedure page to choose a different project name where the parameter needs to find additional information. |
Saved Filter |
Use this option to reference any saved filters, which is passing the filter into the procedure at runtime (primarily used for reports). Saved filters are stored as a property in your chosen project. |
Default Value |
Default value to assign to the parameter if no explicit value is provided. |
Required? |
Click the checkbox to select the parameter as "required." If the parameter is required, the procedure or workflow will not run without entering a value for that parameter. In this case, the default value is ignored. After the procedure or workflow begins execution, the parameter value is available in the job or workflow’s property sheet with the same name as the parameter. |
Defer Expansion? |
Determines whether to expand the parameter value. A parameter value expansion occurs in one of two places:
The check box is unchecked by default (meaning that expansion is not deferred). |
Click OK after completing the fields.
To edit an existing parameter
You may change any information or add new information as necessary. For example, to rename a parameter, enter a new parameter name in the Name field and then click OK.
For more information on property sheets, see the Properties Help topic.