Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Update an inventory transaction with a revaluation adjustment.
Syntax
public void updateRevaluationAdjustment(
InventClosing _inventClosing,
InventTrans _inventTrans,
CostAmount _adjustment)
Run On
Called
Parameters
- _inventClosing
Type: InventClosing Table
The InventClosing record related to the adjustment.
- _inventTrans
Type: InventTrans Table
The InventTrans record for to update with the adjustment.
- _adjustment
Type: CostAmount Extended Data Type
The adjustment to update InventTrans record.
Exceptions
Exception | Condition |
---|---|
Error | A revaluation cannot be performed by using this method for the inventory model. |