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