ProjForecastBudget.queryRun Method [AX 2012]

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

public QueryRun queryRun()

Run On

Called

Return Value

Type: QueryRun Class
An instance of the QueryRun class.

This method is used if a query prompt is the dialog and if a select menu item is added to a dialog. Do not create the instance of the QueryRun class when this method is called. Create it in the unpack method and the initParmDefault method or use it in the init method if it is appropriate.

Community Additions

ADD
Show: