Prompt Sets Page

PromptSets (PRPT) are objects that define interactive forms. PromptSet forms can be assigned to executable objects. When the executable objects are executed, these interactive forms are displayed and allow users to enter values at runtime. As a developer and object designer, when you create executable objects you can assign them PromptSet objects on this page. The form defined by the PromptSet object is generated as a request when the object executes. For more information, see Requests

To Add PromptSets to an Executable Object

  1. Open the Prompt Sets page of the executable object under Variables & Prompts.
  2. Click Add PromptSet.
  3. Select the PromptSet object from the Add PromptSet dialog. The search in the Add PromptSet dialog is case-sensitive.
  4. Click Add PromptSet again if you want to add another prompt set. You can add as many PromtSets to this object as you need. In the generated request, the prompts from all assigned sets are displayed in the order in which you arrange them here.
  5. Optionally change the order of the prompt sets by dragging and dropping them. To remove a prompt set, select it and click the Remove button in the toolbar. To see the contents of a PromptSet that you have assigned to the object, select it. Its components are displayed on the right pane.

The added prompt sets are listed. Select a prompt set to see the prompt set elements it includes on the right.

Note: With the exception of default values, the prompts cannot be edited in the object definition of the executable object. To modify prompts, edit the prompt set on the PromptSet Designer page of the PromptSet object.

Tip: You can see a preview of the prompt set on the PromptSet Designer page.

To Override Values in the Prompt Set

If a prompt set element is not read-only, you can optionally override the value of the prompt on the Prompt Sets page. The new value is valid for this executable object only and does not affect other objects that use the same PromptSet object.

You can type a value in the prompt set field, or select a predefined variable. Click the label of the prompt to toggle the field between a direct entry field and a variable entry field. To select a predefined variable, click the {&} button in the variable entry field to open a dialog. For more information, see Inserting Variables/VARA Objects in Objects and Scripts.

There are several types of values that you can use to override values in the prompt:

Predefined Variables

You can use a predefined variable or a text string that contains one or more predefined variables to override a value in a prompt.

The text you enter in a variable entry field can include any combination of the following elements:

Note: Text conventions for variable and object names apply. Follow these rules when writing names:

Value From a Parent Workflow or Object Variable From a Schedule

Enter the object variable from the Variables page of the parent Workflow object or Schedule object. Do not use the {&} button.

Other Options From the Prompt

In the following prompt types, you can override the prompt value with another value of your choice:

See also: