CustInterestRange::find Method
Finds the specified record in the CustInterestRange table.
Syntax
client server public static CustInterestRange find(
CustInterestRangeRecId _custInterestRangeRecId,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _custInterestRangeRecId
Type: CustInterestRangeRecId Extended Data Type
The record ID of the CustInterestRange record to find.
- _forupdate
Type: boolean
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option to use when reading the record; optional.
Return Value
Type: CustInterestRange Table
The specified record in the CustInterestRange table.