ReqForecastReduce.getMapPeriodKey Method [AX 2012]
Returns mapPeriod key.
protected str getMapPeriodKey(
date _keyDate,
CustGroupId _customerGroupId,
CustAccount _customerAccountId)
Run On
CalledParameters
- _keyDate
- Type: date
A date that contains the start date of the reduction period.
- _customerGroupId
- Type: CustGroupId Extended Data Type
A Customer Group Identification.
- _customerAccountId
- Type: CustAccount Extended Data Type
A Customer Account Identification.
Return Value
Type: strA string key used for mapPeriod that contains the reduction period start date and the customer group id and customer account id.
Community Additions
ADD
Show: