CustCollectionLetterCancel.queryRun Method [AX 2012]

Retrieves the instance of the QueryRun class that is used by the queryPrompt method.

public QueryRun queryRun()

Run On

Called

Return Value

Type: QueryRun Class
The instance of the QueryRun class that is used by the queryPrompt method.

This method is used if a query prompt is the dialog box, and if a Select menu item is added to a dialog box. Do not create an instance of the QueryRun class when this method is called. Instead, create an instance in the unpack method and the initParmDefault method or in the init method.

Community Additions

ADD
Show: