Share via


ReqForecastAggregate.mapPeriodAddValue Method [AX 2012]

Adds a value to the map that contains the aggregation dates and quantities.

Syntax

protected void mapPeriodAddValue(
    Map _mapPeriod, 
    str _mapKey, 
    real _addValue)

Run On

Called

Parameters

  • _mapPeriod
    Type: Map Class
    A Map instance that contains aggregation dates and quantities.
  • _mapKey
    Type: str
    A string that contains the map key of the reduction period.
  • _addValue
    Type: real
    A real value that should be added to the reduction value.

See Also

Reference

ReqForecastAggregate Class