PurchRFQCaseTableKMCollection::find Method
Finds a specific record in the PurchRFQCaseTableKMCollection table.
Syntax
client server public static PurchRFQCaseTableKMCollection find(
PurchRFQCaseId _rfqCaseId,
PurchRFQKMCollectionId _kmCollectionId,
[boolean _forUpdate])
Run On
Called
Parameters
- _rfqCaseId
Type: PurchRFQCaseId Extended Data Type
The RFQCaseId 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: PurchRFQCaseTableKMCollection Table
A record in the PurchRFQCaseTableKMCollection table; otherwise, an empty record.