Form section query actions

If the value of the Action Type property is Query, the response to the action is to run a query, pop up a window containing the results of the query, wait for a user to select some of the query results, and then run a synchronous workflow. This option is available only if the check box for the Popup property is selected.

The additional action properties when the value of the Action Type property is Query follow:
Popup Module
The value of this property is the name of the module that contains the query to be run. The drop-down list for this property contains the names of all modules.
Popup Query

The value of this property is the name of the query to be run.

The drop-down list in this property contains the names of queries and reports in the module specified by the value of the Popup Module property.

The name of this property is a hyperlink. Clicking the name of this property opens the definition of the selected query or report.

Single Record Select

If this check box in this property is selected, the pop-up query only allows a user to pick one of the query results.

If this check box in this property is not selected, the pop-up query allows a user to pick any number of the query results.

Workflow

The value of this property is the name of a synchronous workflow that runs after the person using the form has finished selecting query results. The workflow can navigate from the record being edited by this form to the records that correspond to the selected query results by using the association specified by the Association property.

The drop-down list for this property contains the names of synchronous workflows associated with the business object associated with this form. The workflow you select from this list is the workflow that runs when this action is triggered.

The name of this property is a hyperlink. Clicking the name of this property opens the definition of the selected workflow.