Share via


WMSOrderTransType_Transport.checkFinishPickingLine Method [AX 2012]

Validates whether picking can be performed, and updates and reserves the picking line by using the specified 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 _pdsCWPickedQty, 
            boolean _lockActiveDimensions])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public void checkFinishPickingLine(
            InventDim inventDimPicked, 
            InventQty _pickedQty, 
           [PdsCWInventQty _pdsCWPickedQty, 
            boolean _lockActiveDimensions])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public void checkFinishPickingLine(
            InventDim inventDimPicked, 
            InventQty pickedQty, 
           [PdsCWInventQty _pdsCWPickedQty])

  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

Called

Parameters

  • _lockActiveDimensions
    Type: boolean
    A Boolean value that indicates whether the picking line must be locked on the specified dimensions; optional.

See Also

Reference

WMSOrderTransType_Transport Class