PromptSets (PRPT)

PromptSets let you define interactive forms that you assign to executable objects. When these objects are executed, the forms are generated as Requests. The fields on the form must be populated for the object to continue processing. If you have configured the PromptSet using variables to populate the fields, no manual intervention is required. Otherwise, the values must be entered manually.

As a developer and object designer, you define PromptSet objects and assign them to executable objects. You do so on the Prompt Sets Page of the executable object.

Object class: Passive object
Object type/Short name: PRPT

This page includes the following:

PromptSet Variables

The values defined in the prompt set are stored in PromptSet variables. These variables are passed for further processing and can be used in the following places:

PromptSet variables can be used to enter and pass many different types of values, such as the following examples:

Configuring PromptSet Objects

Configure the PromptSet object using the standard pages that are always available, no matter what type of object you are defining:

In addition to the standard pages, PromptSet objects include a PromptSet Designer page. The designer lets you configure the user input form and its user controls:

For more information, see PromptSet Designer.

Using PromptSet Objects

Assigning Prompt Sets to Executable Objects

Assign prompt sets in the object definition of an executable object. You can optionally override values defined in the PromptSet object with values specific to the executable object. For more information, see Prompt Sets Page.

Activating Prompt Sets

The PromptSet object is activated when an executable object that it is assigned to executes. You can also use scripts to activate objects and modify the values of prompts. For more information, see Activating Prompt Sets.

Defining Prompt Set Values

If the executable object that the prompt set is assigned to is activated at generation time, an input form opens in a dialog that prompts the user to submit values. Otherwise, a request is added to the Requests area. After submission, the values defined in the form are passed for further processing. For more information, see Responding to Prompts.

When you use an executable object with assigned prompt sets in a workflow, you can also specify prompt values to be used when the task is executed in the workflow. If you specify prompt set values for the workflow, no user input is required when the task executes. The values apply only to the workflow where you define them, and do not affect the values defined in the executable object or the PromptSet object itself. For more information, see PromptSets Tab.

See also: