WMSOrderTrans.checkFinishPickingLine Method
Validates if picking can be performed. Also updates and reserves the picking line with specifified dimensions
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 checkFinishPickingLine(
InventDim _inventDimPicked,
InventQty _pickedQty,
PdsCWInventQty _cwPickedQty,
[boolean _lockActiveDimensions])
Microsoft Dynamics AX 2012 R2 (SYS)
public void checkFinishPickingLine(
InventDim _inventDimPicked,
InventQty _pickedQty,
PdsCWInventQty _cwPickedQty,
[boolean _lockActiveDimensions])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public void checkFinishPickingLine(
InventDim _inventDimPicked,
InventQty _pickedQty,
PdsCWInventQty _cwPickedQty)
Microsoft Dynamics AX 2012 (FPK)
public void checkFinishPickingLine(InventDim _inventDimPicked, InventQty _pickedQty)
Microsoft Dynamics AX 2012 (SYS)
public void checkFinishPickingLine(InventDim _inventDimPicked, InventQty _pickedQty)
Run On
ClientOrServer
Parameters
- _inventDimPicked
Type: InventDim Table
The dimensions for which picking is to be performed
- _pickedQty
Type: InventQty Extended Data Type
The quantity to be picked.
- _cwPickedQty
Type: PdsCWInventQty Extended Data Type
The catch weight quantity to be picked.
- _lockActiveDimensions
Type: boolean
True if the picking line must be locked on the specified dimensions; otherwise, false. Optional.