ProdStandardVarianceList.addVarianceToList Method [AX 2012]
Adds a calculated production variance to the list of production variances.
protected void addVarianceToList(
InventCostLevel _inventCostLevel,
CostGroupId _costGroupId,
NoYes _split,
DimensionDefault _defaultDimension,
InventCostVarianceType _varianceType,
CostAmount _variance)
Run On
CalledParameters
- _inventCostLevel
- Type: InventCostLevel Enumeration
The level of calculation.
- _costGroupId
- Type: CostGroupId Extended Data Type
The cost group ID.
- _split
- Type: NoYes Enumeration
A split that indicates whether the variance is further split.
- _defaultDimension
- Type: DimensionDefault Extended Data Type
The financial dimensions to use when posting.
- _varianceType
- Type: InventCostVarianceType Enumeration
The type of variance.
- _variance
- Type: CostAmount Extended Data Type
The variance amount.
Community Additions
ADD
Show: