Share via


WMSTransport::createRefillTransport Method

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          server public static WMSTransport createRefillTransport(
            WMSPalletId _wmsPalletId, 
            WMSLocation _fromLocation, 
            WMSLocation _toLocation, 
            boolean _activate, 
            boolean _overruleMaxCapacity, 
            WMSMaxStorageQuantity _pickingLocationMaxQty, 
            InventQty _onHandAtPickLocation, 
            boolean _throwError, 
           [PdsCWMaxStorageQuantity _pickingLocationMaxCWQty, 
            PdsCWInventQty _onHandCWAtPickLocation])

  Microsoft Dynamics AX 2012 R2 (SYS)
          server public static WMSTransport createRefillTransport(
            WMSPalletId _wmsPalletId, 
            WMSLocation _fromLocation, 
            WMSLocation _toLocation, 
            boolean _activate, 
            boolean _overruleMaxCapacity, 
            WMSMaxStorageQuantity _pickingLocationMaxQty, 
            InventQty _onHandAtPickLocation, 
            boolean _throwError, 
           [PdsCWMaxStorageQuantity _pickingLocationMaxCWQty, 
            PdsCWInventQty _onHandCWAtPickLocation])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          server public static WMSTransport createRefillTransport(
            WMSPalletId _wmsPalletId, 
            WMSLocation _fromLocation, 
            WMSLocation _toLocation, 
            boolean _activate, 
            boolean _overruleMaxCapacity, 
            WMSMaxStorageQuantity _pickingLocationMaxQty, 
            InventQty _onHandAtPickLocation, 
            boolean _throwError, 
           [PdsCWMaxStorageQuantity _pickingLocationMaxCWQty, 
            PdsCWInventQty _onHandCWAtPickLocation])

  Microsoft Dynamics AX 2012 (FPK)
          server public static WMSTransport createRefillTransport(
            WMSPalletId _wmsPalletId, 
            WMSLocation _fromLocation, 
            WMSLocation _toLocation, 
            boolean _activate, 
            boolean _overruleMaxCapacity, 
            WMSMaxStorageQuantity _pickingLocationMaxQty, 
            InventQty _onHandAtPickLocation, 
            boolean _throwError)

  Microsoft Dynamics AX 2012 (SYS)
          server public static WMSTransport createRefillTransport(
            WMSPalletId _wmsPalletId, 
            WMSLocation _fromLocation, 
            WMSLocation _toLocation, 
            boolean _activate, 
            boolean _overruleMaxCapacity, 
            WMSMaxStorageQuantity _pickingLocationMaxQty, 
            InventQty _onHandAtPickLocation, 
            boolean _throwError)

Run On

Server

Parameters

  • _overruleMaxCapacity
    Type: boolean

See Also

Reference

WMSTransport Table