CustInterestTransLine::find Method
Finds the CustInterestTransLine record based on Record ID.
Syntax
client server public static CustInterestTransLine find(
RecId _recId,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
The Record ID that corresponds the record ID field.
- _forupdate
Type: boolean
A Boolean value that indicates whether to read the record for updating; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
A value that is used when the table is not automatically concurrent; optional.
Return Value
Type: CustInterestTransLine Table
A CustInterestTransLine table buffer.
Remarks
This method is a public method that is used to find Custom Field records.