WMSTransport.createTransportLineForPhysicalOnHandQty Method
Creates a transport line for a quantity. The quantity is expected to be physical on hand.
Syntax
private void createTransportLineForPhysicalOnHandQty(
ItemId _itemId,
InventDimId _inventDimIdFrom,
InventQty _qty,
PdsCWInventQty _cwQty,
WMSLocation _toLocation)
Run On
ClientOrServer
Parameters
- _itemId
Type: ItemId Extended Data Type
The item to create lines for.
- _inventDimIdFrom
Type: InventDimId Extended Data Type
The InventDimId ID for the from dimensions.
- _qty
Type: InventQty Extended Data Type
The quantity to transport.
- _cwQty
Type: PdsCWInventQty Extended Data Type
The PdsCWInventQty quantity to transport.
- _toLocation
Type: WMSLocation Table
The WMSLocation location the transport is to.
///