Share via


TmpWMSOrder::getWizardOrderInformation Method

Finds the information needed by the shipment wizard to identify orders to be included in the shipment.

Syntax

server public static container getWizardOrderInformation(WMSOrderId _wmsOrderId, InventQty _requestedQty)

Run On

Server

Parameters

Return Value

Type: container
A container with the InventDimId and a quantity.

Remarks

The inventDimId in the returned container is of the item dimensions of the WMS order. The quantity is the difference between the already reserved quantity and the quantity registered.

See Also

Reference

TmpWMSOrder Table