Share via


InventMov_WMSOrder.checkNotOverDelivery Method [AX 2012]

Verify whether the movement quantities cause overdelivery.

Syntax

public boolean checkNotOverDelivery(
    InventQty _physicalNow, 
    boolean _isPhysicalUpdate, 
   [PdsCWInventQty _cwQty])

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

InventMov_WMSOrder Class