Share via


PurchRFQCaseLine::findByAddress Method

Finds the record with the specified RefTableId and refRecId values.

Syntax

client server public static PurchRFQCaseLine findByAddress(
    RefTableId _addressTableId, 
    RefRecId _addressRecId, 
   [boolean _forUpdate, 
    ConcurrencyModel _concurrencyModel])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    An instance of the boolean data type.

Return Value

Type: PurchRFQCaseLine Table
A record in the PurchRFQCaseLine table.

See Also

Reference

PurchRFQCaseLine Table