Share via


InventCostPost.createRoundingVariance Method [AX 2012]

Initializes an inventory cost variance buffer with a rounding variance.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          protected InventCostTransVariance createRoundingVariance(
            InventCostTrans _costTrans, 
            CostAmount _costAmount, 
            CostAmountSecCur_RU _costAmountSecCur)

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected InventCostTransVariance createRoundingVariance(
            InventCostTrans _costTrans, 
            CostAmount _costAmount, 
            CostAmountSecCur_RU _costAmountSecCur)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          protected InventCostTransVariance createRoundingVariance(InventCostTrans _costTrans, CostAmount _costAmount)

  Microsoft Dynamics AX 2012 (FPK)
          protected InventCostTransVariance createRoundingVariance(InventCostTrans _costTrans, CostAmount _costAmount)

  Microsoft Dynamics AX 2012 (SYS)
          protected InventCostTransVariance createRoundingVariance(InventCostTrans _costTrans, CostAmount _costAmount)

Run On

Called

Parameters

Return Value

Type: InventCostTransVariance Table
An inventory cost variance buffer.

See Also

Reference

InventCostPost Class