Share via


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

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether the record should be read for an update; optional.

Return Value

Type: PurchRFQCaseLine Table
A record in the PurchRFQCaseLine table.

See Also

Reference

PurchRFQCaseLine Table