Share via


InventTrans.updateStdCostPriceRevaluationPhy Method

Initializes an inventory settlement record to adjust the physical transaction value to a new standard 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 updateStdCostPriceRevaluationPhy(
            InventTable _inventTable, 
            Voucher _voucher, 
            CostAmount _adjustment, 
            date _revaluationDate, 
           [InventMovement _inventMovement, 
            InventTransCurrency_RU _inventTransCurrency])

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

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

  Microsoft Dynamics AX 2012 (FPK)
          public InventSettlement updateStdCostPriceRevaluationPhy(
            InventTable _inventTable, 
            Voucher _voucher, 
            CostAmount _adjustment, 
            date _revaluationDate, 
           [InventMovement _inventMovement])

  Microsoft Dynamics AX 2012 (SYS)
          public InventSettlement updateStdCostPriceRevaluationPhy(
            InventTable _inventTable, 
            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