Share via


WHSInventoryStatusConvert.queryRun Method [AX 2012]

Returns a QueryRun object, which is used by the QueryPrompt class.

Syntax

public QueryRun queryRun()

Run On

Called

Return Value

Type: QueryRun Class
A QueryRun object that is used by the QueryPrompt class.

Remarks

This method is used if the dialog box is a query prompt, and if a Select menu item is added to a dialog box. Do not instantiate the QueryRun class whenever the method is called. This should be done in the unpack and initParmDefault methods or in the init method (if this is used).

See Also

Reference

WHSInventoryStatusConvert Class