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