InventModelType_StdCost.originalCostAmountPhysical Method [AX 2012]
Calculates the original physical cost amount during the financial update.
Syntax
public CostAmount originalCostAmountPhysical(InventTrans _inventTrans)
Run On
Called
Parameters
- _inventTrans
Type: InventTrans Table
The InventTrans buffer.
Return Value
Type: CostAmount Extended Data Type
The original physical cost amount.
Remarks
The result is correct only between the call to the preUpdateFinancial() method and the call to the postUpdateFinancial() method.