Share via


InventModelType_StdCost.financialIssueCostValueSecCur_RU Method [AX 2012]

Calculates the cost value for a financial issue.

Syntax

public CostAmount financialIssueCostValueSecCur_RU(
    InventMovement _inventMovement, 
    InventTrans _inventTrans, 
    InventOnhand _inventOnhand)

Run On

Called

Parameters

  • _inventMovement
    Type: InventMovement Class
    The InventMovement class that is currently being processed.
  • _inventTrans
    Type: InventTrans Table
    The InventTrans record that is currently being processed.
  • _inventOnhand
    Type: InventOnhand Class
    The InventOnHand class that is currently being 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.

See Also

Reference

InventModelType_StdCost Class