PurchRFQPublishAmendment::findByRFQCaseRecId Method
Finds a specific record in the PurchRFQPublishAmendment table.
Syntax
client server public static PurchRFQPublishAmendment findByRFQCaseRecId(PurchRFQCaseRecId _purchRFQCaseRecId, [boolean _forUpdate])
Run On
Called
Parameters
- _purchRFQCaseRecId
Type: PurchRFQCaseRecId Extended Data Type
The record ID of the PurchRFQCaseTable table.
- _forUpdate
Type: boolean
A boolean value that indicates whether to read the record for update; optional.
Return Value
Type: PurchRFQPublishAmendment Table
A record in the PurchRFQPublishAmendment table; otherwise, an empty record.