Share via


ReqForecastReduce.getMapPeriodKey Method [AX 2012]

Returns mapPeriod key.

Syntax

protected str getMapPeriodKey(
    date _keyDate, 
    CustGroupId _customerGroupId, 
    CustAccount _customerAccountId)

Run On

Called

Parameters

  • _keyDate
    Type: date
    A date that contains the start date of the reduction period.

Return Value

Type: str
A string key used for mapPeriod that contains the reduction period start date and the customer group id and customer account id.

See Also

Reference

ReqForecastReduce Class