Share via


RetailConcessionJournalCreate.queryRun Method [AX 2012]

Creates the QueryRun object, which is used by the QueryPrompt class.

Syntax

public QueryRun queryRun()

Run On

Client

Return Value

Type: QueryRun Class
The QueryRun object, that is used by the QueryPrompt object.

Remarks

This method is used if a query prompt is the dialog, and if a Select menu item is added to a dialog. Do not instantiate the queryRun whenever the method is called. This should be done in the unpack method and the initParmDefault method. It should be used in the init method or in the method only when it is not instantiated.

See Also

Reference

RetailConcessionJournalCreate Class