PurchRFQCaseLine::findByAddressAndRFQCaseId Method
Finds a record with the given RefTableId table ID and refRecId record ID.
Syntax
client server public static PurchRFQCaseLine findByAddressAndRFQCaseId(
RefTableId _addressTableId,
RefRecId _addressRecId,
PurchRFQCaseId _purchRFQCaseId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _addressTableId
Type: RefTableId Extended Data Type
The table ID of the PurchRFQCaseLine record to find.
- _addressRecId
Type: RefRecId Extended Data Type
The record ID of the PurchRFQCaseLine record to find.
- _purchRFQCaseId
Type: PurchRFQCaseId Extended Data Type
The ID of the PurchRFQCaseLine record to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether the record should be read for an update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
A ConcurrencyModel data type value.
Return Value
Type: PurchRFQCaseLine Table
A record in the PurchRFQCaseLine table.