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
public boolean createRefillTransport(
ItemId _itemId,
InventDim _inventDimCriteria,
InventDimParm _inventDimParmCriteria,
boolean _activate,
boolean _overruleMaxCapacity,
WMSMaxStorageQuantity _maxCapacityAtPickLocation,
InventQty _onHandAtPickLocation,
boolean _throwError,
[PdsCWMaxStorageQuantity _maxCWCapacityAtPickLocation,
PdsCWInventQty _onHandCWAtPickLocation])
Microsoft Dynamics AX 2012 R2 (SYS)
public boolean createRefillTransport(
ItemId _itemId,
InventDim _inventDimCriteria,
InventDimParm _inventDimParmCriteria,
boolean _activate,
boolean _overruleMaxCapacity,
WMSMaxStorageQuantity _maxCapacityAtPickLocation,
InventQty _onHandAtPickLocation,
boolean _throwError,
[PdsCWMaxStorageQuantity _maxCWCapacityAtPickLocation,
PdsCWInventQty _onHandCWAtPickLocation])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public boolean createRefillTransport(
ItemId _itemId,
InventDim _inventDimCriteria,
InventDimParm _inventDimParmCriteria,
boolean _activate,
boolean _overruleMaxCapacity,
WMSMaxStorageQuantity _maxCapacityAtPickLocation,
InventQty _onHandAtPickLocation,
boolean _throwError,
[PdsCWMaxStorageQuantity _maxCWCapacityAtPickLocation,
PdsCWInventQty _onHandCWAtPickLocation])
Microsoft Dynamics AX 2012 (FPK)
public boolean createRefillTransport(
ItemId _itemId,
InventDim _inventDimCriteria,
InventDimParm _inventDimParmCriteria,
boolean _activate,
boolean _overruleMaxCapacity,
WMSMaxStorageQuantity _maxCapacityAtPickLocation,
InventQty _onHandAtPickLocation,
boolean _throwError)
Microsoft Dynamics AX 2012 (SYS)
public boolean createRefillTransport(
ItemId _itemId,
InventDim _inventDimCriteria,
InventDimParm _inventDimParmCriteria,
boolean _activate,
boolean _overruleMaxCapacity,
WMSMaxStorageQuantity _maxCapacityAtPickLocation,
InventQty _onHandAtPickLocation,
boolean _throwError)
Run On
ClientOrServer
Parameters
- _itemId
Type: ItemId Extended Data Type
- _inventDimCriteria
Type: InventDim Table
- _inventDimParmCriteria
Type: InventDimParm Table
- _activate
Type: boolean
- _overruleMaxCapacity
Type: boolean
- _maxCapacityAtPickLocation
Type: WMSMaxStorageQuantity Extended Data Type
- _onHandAtPickLocation
Type: InventQty Extended Data Type
- _throwError
Type: boolean
- _maxCWCapacityAtPickLocation
Type: PdsCWMaxStorageQuantity Extended Data Type
- _onHandCWAtPickLocation
Type: PdsCWInventQty Extended Data Type