InventCostHelp.calcVarianceFromProdCalcTrans Method [AX 2012]

Calculates the production variance by calling the prodStandardVarianceList class.

Syntax

protected InventCostTransVarianceList calcVarianceFromProdCalcTrans(ProdTable _prodTable)

Run On

Called

Parameters

  • _prodTable
    Type: ProdTable Table
    The production order for which the variances should be created.

Return Value

Type: InventCostTransVarianceList Class
A InventCostTransVariance list that holds the variances.

See Also

Reference

InventCostHelp Class