InpcRateTable_MX::findByYearMonth Method
Finds the specified record in the InpcRateTable_MX table.
Syntax
client server public static InpcRateTable_MX findByYearMonth(
Integer _year,
MonthsOfYear _month,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _year
Type: Integer Extended Data Type
- _month
Type: MonthsOfYear Enumeration
- _forUpdate
Type: boolean
- _concurrencyModel
Type: ConcurrencyModel Enumeration
Return Value
Type: InpcRateTable_MX Table
A record in the InpcRateTable_MX table; otherwise, an empty record.