Share via


ReqForecastReduce.mapPeriodUpdateBalance 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 abstract void mapPeriodUpdateBalance(
            TransDate _reqDate, 
            real _addValue, 
           [CustGroupId _customerGroupId, 
            CustAccount _customerAccountId])

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

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

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

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

Run On

Called

Parameters

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

See Also

Reference

ReqForecastReduce Class