InventMovement.checkNotOverDelivery Method [AX 2012]

Verify whether the movement quantities cause overdelivery.

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 checkNotOverDelivery(
            InventQty _physicalNow, 
            boolean _isPhysicalUpdate, 
            PdsCWInventQty _pdsCWPhysicalNow)

  Microsoft Dynamics AX 2012 R2 (SYS)
          public boolean checkNotOverDelivery(
            InventQty _physicalNow, 
            boolean _isPhysicalUpdate, 
            PdsCWInventQty _pdsCWPhysicalNow)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public boolean checkNotOverDelivery(
            InventQty _physicalNow, 
            boolean _isPhysicalUpdate, 
            PdsCWInventQty _pdsCWPhysicalNow)

  Microsoft Dynamics AX 2012 (FPK)
          public boolean checkNotOverDelivery(InventQty _physicalNow, boolean _isPhysicalUpdate)

  Microsoft Dynamics AX 2012 (SYS)
          public boolean checkNotOverDelivery(InventQty _physicalNow, boolean _isPhysicalUpdate)

Run On

Called

Parameters

  • _isPhysicalUpdate
    Type: boolean
    A Boolean value that indicates whether the update is a physical update.

Return Value

Type: boolean
true if the movement quantities are not causing overdelivery; otherwise, false.

Remarks

In many cases the overdelivery context occurs at the parent movement.

See Also

Reference

InventMovement Class