Share via


InventMov_Scrap_RU.checkNotOverDelivery Method [AX 2012]

Verifies whether the movement quantities cause over-delivery.

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 do not cause over-delivery; otherwise, false.

Remarks

In many cases, the over-delivery context occurs at the parent movement.

See Also

Reference

InventMov_Scrap_RU Class