InventModelType_MovingAverage.postUpdateFinancialAdjustment Method [AX 2012]
Processes the inventory transaction after it is financially adjusted.
Syntax
public void postUpdateFinancialAdjustment(
InventTrans _inventTrans,
Voucher _voucher,
TransDate _postingDate,
CostAmount _costAmount)
Run On
Called
Parameters
- _inventTrans
Type: InventTrans Table
The adjusted InventTrans record.
- _voucher
Type: Voucher Extended Data Type
The Voucher for the adjustment
- _postingDate
Type: TransDate Extended Data Type
The TransDate for the adjustment.
- _costAmount
Type: CostAmount Extended Data Type
The adjustment amount.
Remarks
The method must be called after the InventTrans record is financial adjusted.