Share via


InventUpdate.pdsCalculateInventoryQuantityAdjustment Method [AX 2012]

Calculates the quantity in inventory unit that has to be adjusted for the current movement because of the update.

Syntax

protected InventQty pdsCalculateInventoryQuantityAdjustment(
    ItemId _itemId, 
    PdsCWInventQty _cwActualQuantity, 
    InventQty _actualQuantity, 
    PdsCWInventQty _cwUpdatedQuantity, 
    InventQty _updatedQuantity)

Run On

Server

Parameters

Return Value

Type: InventQty Extended Data Type
The quantity in inventory unit that has to be adjusted for the current movement because of the update.

See Also

Reference

InventUpdate Class