InventModelType.estimatedPhysicalValue Method [AX 2012]
Gets the estimated physical value for an inventory transaction.
Syntax
public CostAmount estimatedPhysicalValue(
InventTrans _inventTrans,
InventOnhand _inventOnhand,
InventUpdate _updateNow)
Run On
Called
Parameters
- _inventTrans
Type: InventTrans Table
The InventTrans record for which to get the estimated physical value.
- _inventOnhand
Type: InventOnhand Class
A InventOnHand object.
- _updateNow
Type: InventUpdate Class
A InventUpdate object.
Return Value
Type: CostAmount Extended Data Type
The estimated physical value for the inventory transaction.