ReqCalc.covCalcDim Method [AX 2012]
Performs coverage calculations for one item and one dimension.
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
CalledParameters
- _setupDim
- Type: ReqSetupDim Class
A ReqSetupDim object that specifies the item and dimension for which to perform the coverage calculation.
- _level
- Type: BOMLevel Extended Data Type
The BOM level to which the item belongs.
- _isRecalculating
- Type: boolean
Community Additions
ADD
Show:
Note