Share via


InventModelType_MovingAverage.financialIssueCostValue Method [AX 2012]

Calculates the financial issue cost for an inventory transaction.

Syntax

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

Run On

Called

Parameters

  • _inventMovement
    Type: InventMovement Class
    The InventMovement object for which to calculate the issue cost.
  • _inventTrans
    Type: InventTrans Table
    The InventTrans record for which to calculate the issue cost.
  • _inventOnhand
    Type: InventOnhand Class
    An InventOnHand object that has the financial on-hand inventory.

Return Value

Type: CostAmount Extended Data Type
The financial issue cost for the inventory transaction.

See Also

Reference

InventModelType_MovingAverage Class