Share via


InventUpd_Estimated.updateDepreciateTrans Method [AX 2012]

Updates the deprecated transactions.

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
          private container updateDepreciateTrans(
            InventTrans _inventTrans, 
            InventQty _qtyToDelete, 
            InventMovement _counterpartMovement, 
            PdsCWInventQty _cwQtyToDelete)

  Microsoft Dynamics AX 2012 R2 (SYS)
          private container updateDepreciateTrans(
            InventTrans _inventTrans, 
            InventQty _qtyToDelete, 
            InventMovement _counterpartMovement, 
            PdsCWInventQty _cwQtyToDelete)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          private container updateDepreciateTrans(
            InventTrans _inventTrans, 
            InventQty _qtyToDelete, 
            InventMovement _counterpartMovement, 
            PdsCWInventQty _cwQtyToDelete)

  Microsoft Dynamics AX 2012 (FPK)
          private InventQty updateDepreciateTrans(
            InventTrans _inventTrans, 
            InventQty _qtyToDelete, 
            InventMovement _counterpartMovement)

  Microsoft Dynamics AX 2012 (SYS)
          private InventQty updateDepreciateTrans(
            InventTrans _inventTrans, 
            InventQty _qtyToDelete, 
            InventMovement _counterpartMovement)

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.

See Also

Reference

InventUpd_Estimated Class