InfAdjMethod_MX.getMonthlyINPC Method [AX 2012]
Retrieves the INPC rates between the from and to dates and returns it as a container.
Syntax
protected container getMonthlyINPC(
FromDate _fromDate,
ToDate _toDate,
int _monthDiff)
Run On
Called
Parameters
- _fromDate
Type: FromDate Extended Data Type
The date from which to retrieve INPC rates.
- _toDate
Type: ToDate Extended Data Type
The date to which to retrieve INPC rates.
- _monthDiff
Type: int
The difference in months between the from and to dates.
Return Value
Type: container
A container that has the list of INPC rates between the specified from and to dates.