InventModelType_StdCost.financialIssueCostValue Method [AX 2012]
Calculates the cost value for a financial issue.
Syntax
public CostAmount financialIssueCostValue(
InventMovement _inventMovement,
InventTrans _inventTrans,
InventOnhand _inventOnhand)
Run On
Called
Parameters
- _inventMovement
Type: InventMovement Class
The instance of the InventMovement class that is currently processed.
- _inventTrans
Type: InventTrans Table
The InventTrans record that is currently processed.
- _inventOnhand
Type: InventOnhand Class
The instance of the InventOnHand class that is currently processed.
Return Value
Type: CostAmount Extended Data Type
The cost value for a financial issue.
Exceptions
Exception | Condition |
---|---|
Error | The transaction is not an issue. |