Share via


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

  • _toLocation
    Type: WMSLocation Table
    The WMSLocation location the transport is to.
    ///

See Also

Reference

WMSTransport Table