Share via


InventCostClosingRecalc.queryRun Method [AX 2012]

Returns a QueryRun, which is used by the query prompt.

Syntax

public QueryRun queryRun()

Run On

Called

Return Value

Type: QueryRun Class
A QueryRun, which is used by the query prompt.

Remarks

This method is used when a query prompt is the dialog and when a Select_@SYS2245 menu item is added to a dialog.

Do not instantiate the queryRun whenever the method is called. This should be done in the unpack, initParmDefault, or init methods (if this is used) or in the method only when it is not instantiated.

See Also

InventCostClosingRecalc Class

RunBaseReport.reportRun Method

RunBase.unpack Method

RunBase.initParmDefault Method

RunBase.init Method