ProjPeriodPostingSelect.queryRun Method [AX 2012]

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

public QueryRun queryRun()

Run On

Server

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 QueryRun object whenever the method is called. This should be done in the unpack method and the initParmDefault method. Or it should be used in the init method or in this method only when it is not created.

Community Additions

ADD
Show: