Share via


ISRRateTable_MX::findByYearMonthMinMaxAmount Method

Reads the ISRRateTable_MX table for the specified year and whether the specified amount is between the lower and upper amount.

Syntax

client server public static ISRRateTable_MX findByYearMonthMinMaxAmount(
    ISRYear_MX _isrYear, 
    ISRMonth_MX _isrMonth, 
    Amount _amount, 
   [boolean _forupdate, 
    ConcurrencyModel _concurrencyModel])

Run On

Called

Parameters

  • _forupdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update.

Return Value

Type: ISRRateTable_MX Table
A buffer that contains the ISRRateTable_MX table.

See Also

Reference

ISRRateTable_MX Table