InventTrans.updateStdCostPriceRevaluationFin Method
Initializes an inventory settlement record to adjust the financial 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 updateStdCostPriceRevaluationFin(
InventTable _inventTable,
Voucher _voucher,
CostAmount _adjustment,
date _revaluationDate,
[InventMovement _inventMovement,
boolean _rounding,
InventTransCurrency_RU _inventTransCurrency])
Microsoft Dynamics AX 2012 R2 (SYS)
public InventSettlement updateStdCostPriceRevaluationFin(
InventTable _inventTable,
Voucher _voucher,
CostAmount _adjustment,
date _revaluationDate,
[InventMovement _inventMovement,
boolean _rounding,
InventTransCurrency_RU _inventTransCurrency])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public InventSettlement updateStdCostPriceRevaluationFin(
InventTable _inventTable,
Voucher _voucher,
CostAmount _adjustment,
date _revaluationDate,
[InventMovement _inventMovement,
boolean _rounding])
Microsoft Dynamics AX 2012 (FPK)
public InventSettlement updateStdCostPriceRevaluationFin(
InventTable _inventTable,
Voucher _voucher,
CostAmount _adjustment,
date _revaluationDate,
[InventMovement _inventMovement,
boolean _rounding])
Microsoft Dynamics AX 2012 (SYS)
public InventSettlement updateStdCostPriceRevaluationFin(
InventTable _inventTable,
Voucher _voucher,
CostAmount _adjustment,
date _revaluationDate,
[InventMovement _inventMovement,
boolean _rounding])
Run On
Called
Parameters
- _inventTable
Type: InventTable Table
An InventTable buffer.
- _voucher
Type: Voucher Extended Data Type
The revaluation voucher.
- _adjustment
Type: CostAmount Extended Data Type
The adjustment.
- _revaluationDate
Type: date
The revaluation date.
- _inventMovement
Type: InventMovement Class
The movement if the valuation is caused by backdating; optional.
- _rounding
Type: boolean
A Boolean value that determines whether the adjustment is a rounding; optional.
- _inventTransCurrency
Type: InventTransCurrency_RU Enumeration
The currency associated with the transaction.
Return Value
Type: InventSettlement Table
An initialized inventory settlement record.