Share via


InventUpd_Estimated.updateDepreciateTransactions Method [AX 2012]

Updates the deprecated transactions.

Syntax

protected container updateDepreciateTransactions(
    InventTransEnumerable _inventTransEnumerable, 
    InventQty _qtyToDelete, 
    InventMovement _counterpartMovement, 
    PdsCWInventQty _cwQtyToDelete)

Run On

Server

Parameters

Return Value

Type: container
A container with the rest of quantity to depreciate after the execution of the method.

Remarks

When an amount is depreciated, it is always represented as a positive value.The method deletes the transactions or reduces the quantity of the transaction to the required quantity.

See Also

Reference

InventUpd_Estimated Class