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
- _reqDate
Type: TransDate Extended Data Type
A date in order to find a related reduction value.
- _customerGroupId
Type: CustGroupId Extended Data Type
A Customer Group Identification
- _customerAccountId
Type: CustAccount Extended Data Type
A Customer Account Identification
Return Value
Type: container
A container that contains the reduction period start date, customer group id and customer account id and the reduction value.