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

  • _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.

See Also

Reference

PurchRFQCaseTableKMCollection Table