Share via


InventTrans.updatePriceRevaluationFin Method

Initializes an inventory settlement record to adjust the financial transaction value to a new cost.

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 InventSettlement updatePriceRevaluationFin(
            InventTable _inventTable, 
            InventAccountType _inventAccountType, 
            Voucher _voucher, 
            CostAmount _adjustment, 
            date _revaluationDate, 
           [InventMovement _inventMovement, 
            InventTransCurrency_RU _inventTransCurrency])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public InventSettlement updatePriceRevaluationFin(
            InventTable _inventTable, 
            InventAccountType _inventAccountType, 
            Voucher _voucher, 
            CostAmount _adjustment, 
            date _revaluationDate, 
           [InventMovement _inventMovement, 
            InventTransCurrency_RU _inventTransCurrency])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public InventSettlement updatePriceRevaluationFin(
            InventTable _inventTable, 
            InventAccountType _inventAccountType, 
            Voucher _voucher, 
            CostAmount _adjustment, 
            date _revaluationDate, 
           [InventMovement _inventMovement])

Run On

Called

Parameters

  • _revaluationDate
    Type: date
    The revaluation date.
  • _inventMovement
    Type: InventMovement Class
    The movement if the valuation is caused by backdating; optional.

Return Value

Type: InventSettlement Table
An initialized inventory settlement record.

See Also

Reference

InventTrans Table