InventMov_AssetSale_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
- _physicalNow
Type: InventQty Extended Data Type
The inventory quantity that is being updated.
- _isPhysicalUpdate
Type: boolean
A Boolean value that indicates whether the update is a physical update.
- _cwQty
Type: PdsCWInventQty Extended Data Type
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.