ProjConsistencyCheck_Invoice.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 the dialog box is a query prompt, and a Select menu item is added to it. Do not create an instance of the QueryRun class when this method is called. Instead, create the instance in the unpack and initParmDefault methods, or in the init method.

Community Additions

ADD
Show: