ReqForecastAggregate.mapPeriodAddValue Method [AX 2012]

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

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.

Community Additions

ADD
Show: