Share via


ReqForecastReduce.mapPeriodLookup Method [AX 2012]

Finds the reduction value for a specified date.

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 container mapPeriodLookup(
            TransDate _reqDate, 
           [CustGroupId _customerGroupId, 
            CustAccount _customerAccountId])

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected container mapPeriodLookup(TransDate _reqDate)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          protected container mapPeriodLookup(TransDate _reqDate)

  Microsoft Dynamics AX 2012 (FPK)
          protected container mapPeriodLookup(TransDate _reqDate)

  Microsoft Dynamics AX 2012 (SYS)
          protected container mapPeriodLookup(TransDate _reqDate)

Run On

Called

Parameters

Return Value

Type: container
A container that contains the reduction period start date, customer group id and customer account id and the reduction value.

See Also

Reference

ReqForecastReduce Class