PurchRFQTableKMCollection::findByRFQAndCollection Method
Finds a specific record in the PurchRFQTableKMCollection table.
Syntax
client server public static PurchRFQTableKMCollection findByRFQAndCollection(
PurchRFQId _rfqId,
PurchRFQKMCollectionId _kmCollectionId,
[boolean _forUpdate])
Run On
Called
Parameters
- _rfqId
Type: PurchRFQId Extended Data Type
The RFQId of the record to find.
- _kmCollectionId
Type: PurchRFQKMCollectionId Extended Data Type
The KMCollectionId of the record to find.
- _forUpdate
Type: boolean
A boolean value that indicates whether to read the record for update; optional.
Return Value
Type: PurchRFQTableKMCollection Table
A record in the PurchRFQTableKMCollection table; otherwise, an empty record.