Share via


InventCountCreate_BatchExpired.queryRun Method [AX 2012]

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

Syntax

public QueryRun queryRun()

Run On

Called

Return Value

Type: QueryRun Class
The instance of the QueryRun class that is used by the queryPrompt method.

Remarks

This method is used if a query prompt is in the dialog box or 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. Create the instance in the unpack method and the initParmDefault method, or in the init method.

See Also

Reference

InventCountCreate_BatchExpired Class