BudgetManipulation.queryRun Method [AX 2012]

Creates an instance of the QueryRun class that is used by the QueryPrompt class.

public QueryRun queryRun()

Run On

Called

Return Value

Type: QueryRun Class
The QueryRun class, which is used by the QueryPrompt .

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

Community Additions

ADD
Show: