ReqCalc.covCalcDim Method [AX 2012]

Performs coverage calculations for one item and one dimension.

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 void covCalcDim(
            ReqSetupDim _setupDim, 
            BOMLevel _level, 
           [boolean _isRecalculating])

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected void covCalcDim(
            ReqSetupDim _setupDim, 
            BOMLevel _level, 
           [boolean _isRecalculating])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          protected void covCalcDim(ReqSetupDim _setupDim, BOMLevel _level)

  Microsoft Dynamics AX 2012 (FPK)
          protected void covCalcDim(ReqSetupDim _setupDim, BOMLevel _level)

  Microsoft Dynamics AX 2012 (SYS)
          protected void covCalcDim(ReqSetupDim _setupDim, BOMLevel _level)

Run On

Called

Parameters

  • _setupDim
    Type: ReqSetupDim Class
    A ReqSetupDim object that specifies the item and dimension for which to perform the coverage calculation.

Exceptions

Exception Condition
Error

An error occurred during the coverage calculation for one requirement transaction.

See Also

Reference

ReqCalc Class