InventUpdate.pdsAdjustInventoryQuantity Method [AX 2012]
Adjusts inventory quantity for the movement.
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
protected void pdsAdjustInventoryQuantity(InventQty _inventQtyAdjustment, [InventDimId _inventDimId])
Microsoft Dynamics AX 2012 R2 (SYS)
protected void pdsAdjustInventoryQuantity(InventQty _inventQtyAdjustment, [InventDimId _inventDimId])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
protected void pdsAdjustInventoryQuantity(InventQty _inventQtyAdjustment)
Microsoft Dynamics AX 2012 (FPK)
protected void pdsAdjustInventoryQuantity(InventQty _inventQtyAdjustment)
Run On
Server
Parameters
- _inventQtyAdjustment
Type: InventQty Extended Data Type
The quantity to adjust in inventory unit.
- _inventDimId
Type: InventDimId Extended Data Type