InventCostClosingCancel_WorkInvent.updateFinancialCostAmount Method [AX 2012]
Subtracts the adjustment from the costAmountAdjustment field in the InventTrans record.
Syntax
private void updateFinancialCostAmount(InventSettlement _inventSettlement, [InventTrans _inventTrans])
Run On
Called
Parameters
- _inventSettlement
Type: InventSettlement Table
The InventSettlement record that has to be offset.
- _inventTrans
Type: InventTrans Table
The InventTrans record to which the settlement belongs; optional.