Share via


InfAdjValidation_MX.validateInflationRate Method [AX 2012]

Validates that the INPC rates are available within the date range.

Syntax

public boolean validateInflationRate(
    FromDate _fromDate, 
    ToDate _toDate, 
    int _monthDiff)

Run On

Called

Parameters

  • _monthDiff
    Type: int
    The difference in months between the start and end dates.

Return Value

Type: boolean
true if the INPC rates are found for the date range; otherwise, false.

Remarks

This step is used as a pre-check before the start of the inflation adjustment process.

See Also

Reference

InfAdjValidation_MX Class