Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _physicalNow
Type: InventQty Extended Data Type
An inventory quantity being updated.
- _isPhysicalUpdate
Type: boolean
A Boolean value that indicates whether the update is a physical update.
- _pdsCWPhysicalNow
Type: PdsCWInventQty Extended Data Type
A catch weight inventory quantity being updated.
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.