WMSShipmentReservationBatch.queryRun Method [AX 2012]

Gets the QueryRun object, which is used by the QueryPrompt.

public QueryRun queryRun()

Run On

Called

Return Value

Type: QueryRun Class
The QueryRun object.

This method is used when a query prompt is the dialog box, and when a Select menu item is added to a dialog box. Do not initialize the queryRun object whenever the method is called. This should be done in the unpack method and then the initParmDefault method, in the init method, or in the method only when it is not initialized.

Community Additions

ADD
Show: