Share via


ReqForecastReduce.mapPeriodInsert Method [AX 2012]

Inserts reduction periods in the map that contains 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 mapPeriodInsert(
            TransDate _date, 
            real _value, 
           [CustGroupId _customerGroupId, 
            CustAccount _customerAccountId])

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected void mapPeriodInsert(TransDate _date, real _value)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          protected void mapPeriodInsert(TransDate _date, real _value)

  Microsoft Dynamics AX 2012 (FPK)
          protected void mapPeriodInsert(TransDate _date, real _value)

  Microsoft Dynamics AX 2012 (SYS)
          protected void mapPeriodInsert(TransDate _date, real _value)

Run On

Called

Parameters

  • _value
    Type: real
    A real value that contains the reduction value (can be a quantity or percentage depending on the reductio principle).

See Also

Reference

ReqForecastReduce Class