Share via


InventAdjOnhandSelect.queryRun Method [AX 2012]

Retrieves the QueryRun class, which is used by the QueryPrompt class.

Syntax

public QueryRun queryRun()

Run On

Called

Return Value

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

Remarks

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

See Also

Reference

InventAdjOnhandSelect Class