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
- _wmsPalletId
Type: WMSPalletId Extended Data Type
- _fromLocation
Type: WMSLocation Table
- _toLocation
Type: WMSLocation Table
- _activate
Type: boolean
- _overruleMaxCapacity
Type: boolean
- _pickingLocationMaxQty
Type: WMSMaxStorageQuantity Extended Data Type
- _onHandAtPickLocation
Type: InventQty Extended Data Type
- _throwError
Type: boolean
- _pickingLocationMaxCWQty
Type: PdsCWMaxStorageQuantity Extended Data Type
- _onHandCWAtPickLocation
Type: PdsCWInventQty Extended Data Type