PurchRFQCaseLine::findByAddress Method
Finds the record with the specified RefTableId and refRecId values.
Syntax
client server public static PurchRFQCaseLine findByAddress(
RefTableId _addressTableId,
RefRecId _addressRecId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _addressTableId
Type: RefTableId Extended Data Type
The table ID in the PurchRFQCaseLine record to find.
- _addressRecId
Type: RefRecId Extended Data Type
The record ID in the PurchRFQCaseLine record to find.
- _forUpdate
Type: boolean
An instance of the boolean data type.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
An instance of the ConcurrencyModel data type.
Return Value
Type: PurchRFQCaseLine Table
A record in the PurchRFQCaseLine table.