WMSLocation.refillPickingLocation Method
Indicates whether a refill is required and then creates or starts a refill if it is required.
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 void refillPickingLocation(
ItemId _itemId,
InventDim _inventDimCriteria,
InventDimParm _inventDimParmCriteria,
boolean _overruleMaxCapacity,
WMSMaxStorageQuantity _maxCapacityAtPickLocation,
InventQty _onHandAtPickLocation,
boolean _throwError,
[PdsCWMaxStorageQuantity _maxCWCapacityAtPickLocation,
PdsCWInventQty _onHandCWAtPickLocation])
Microsoft Dynamics AX 2012 R2 (SYS)
public void refillPickingLocation(
ItemId _itemId,
InventDim _inventDimCriteria,
InventDimParm _inventDimParmCriteria,
boolean _overruleMaxCapacity,
WMSMaxStorageQuantity _maxCapacityAtPickLocation,
InventQty _onHandAtPickLocation,
boolean _throwError,
[PdsCWMaxStorageQuantity _maxCWCapacityAtPickLocation,
PdsCWInventQty _onHandCWAtPickLocation])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public void refillPickingLocation(
ItemId _itemId,
InventDim _inventDimCriteria,
InventDimParm _inventDimParmCriteria,
boolean _overruleMaxCapacity,
WMSMaxStorageQuantity _maxCapacityAtPickLocation,
InventQty _onHandAtPickLocation,
boolean _throwError,
[PdsCWMaxStorageQuantity _maxCWCapacityAtPickLocation,
PdsCWInventQty _onHandCWAtPickLocation])
Microsoft Dynamics AX 2012 (FPK)
public void refillPickingLocation(
ItemId _itemId,
InventDim _inventDimCriteria,
InventDimParm _inventDimParmCriteria,
boolean _overruleMaxCapacity,
WMSMaxStorageQuantity _maxCapacityAtPickLocation,
InventQty _onHandAtPickLocation,
boolean _throwError)
Microsoft Dynamics AX 2012 (SYS)
public void refillPickingLocation(
ItemId _itemId,
InventDim _inventDimCriteria,
InventDimParm _inventDimParmCriteria,
boolean _overruleMaxCapacity,
WMSMaxStorageQuantity _maxCapacityAtPickLocation,
InventQty _onHandAtPickLocation,
boolean _throwError)
Run On
ClientOrServer
Parameters
- _itemId
Type: ItemId Extended Data Type
The item ID that needs a refill.
- _inventDimCriteria
Type: InventDim Table
The InventDim value that should be used for refill criteria.
- _inventDimParmCriteria
Type: InventDimParm Table
The InventDimParm value that is used for selection.
- _overruleMaxCapacity
Type: boolean
A Boolean value that determines whether the maximum capacity setup on the InventItemLocationof the item should be ignored.
- _maxCapacityAtPickLocation
Type: WMSMaxStorageQuantity Extended Data Type
The maximum capacity quantity of the inventory item location.
- _onHandAtPickLocation
Type: InventQty Extended Data Type
The quantity that should be used as existing quantity on the picking location.
- _throwError
Type: boolean
A Boolean value that determines whether errors will be thrown if a refill cannot be created.
- _maxCWCapacityAtPickLocation
Type: PdsCWMaxStorageQuantity Extended Data Type
The maximum capacity catch weight quantity of the inventory item location.
- _onHandCWAtPickLocation
Type: PdsCWInventQty Extended Data Type
The catch weight quantity that should be used as existing quantity on the picking location.
Remarks
Errors regarding inappropriate set up will be thrown regardless of the value of the _throwError parameter.