Share via


ReqForecastReduce.mapPeriodUpdateValue Method [AX 2012]

Updates the map that contains the reduction periods.

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 mapPeriodUpdateValue(
            TransDate _reqDate, 
            real _addValue, 
           [CustGroupId _customerGroupId, 
            CustAccount _customerAccountId])

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected void mapPeriodUpdateValue(TransDate _reqDate, real _addValue)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          protected void mapPeriodUpdateValue(TransDate _reqDate, real _addValue)

  Microsoft Dynamics AX 2012 (FPK)
          protected void mapPeriodUpdateValue(TransDate _reqDate, real _addValue)

  Microsoft Dynamics AX 2012 (SYS)
          protected void mapPeriodUpdateValue(TransDate _reqDate, real _addValue)

Run On

Called

Parameters

  • _addValue
    Type: real
    A real value that contains a value which is added to the reduction value.

See Also

Reference

ReqForecastReduce Class