Share via


InfAdjMethod_MX.getInflationRate Method [AX 2012]

Retrieves the INPC rate for a specified month and year.

Syntax

public InpcRate_MX getInflationRate(int _month, int _year)

Run On

Called

Parameters

  • _month
    Type: int
    The month for which to retrieve the inflation rate.
  • _year
    Type: int
    The year for which to retrieve the inflation rate.

Return Value

Type: InpcRate_MX Extended Data Type
The INPC rate for a particular month and year.

Exceptions

Exception Condition
Error

The inflation rate does not exist for the specified month and year.

Remarks

This method is used to retrieve the INPC rate for all adjustment methods, that is opening balance, monthly balance, balance, and transaction date.

See Also

Reference

InfAdjMethod_MX Class