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
- _isrYear
Type: ISRYear_MX Extended Data Type
The specified year to find.
- _isrMonth
Type: ISRMonth_MX Extended Data Type
The specified month to find.
- _amount
Type: Amount Extended Data Type
The specified amount to find.
- _forupdate
Type: boolean
A Boolean value that indicates whether to read the record for update.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
An optional value that is used when the table is not automatically concurrent.
Return Value
Type: ISRRateTable_MX Table
A buffer that contains the ISRRateTable_MX table.