InventModelType.originalCostAmountPhysical Method [AX 2012]

Calculates the original physical cost amount during the financial update.

Syntax

public CostAmount originalCostAmountPhysical(InventTrans _inventTrans)

Run On

Called

Parameters

Return Value

Type: CostAmount Extended Data Type
The original physical cost amount.

Remarks

The result is only correct between the call to the preUpdateFinancial() method and the call to the postUpdateFinancial() method.

See Also

Reference

InventModelType Class