PurchRFQSealedReplyTable::findByPurchRFQReplyTable Method
Finds the PurchRFQSealedReplyTable that is related to the passed in record ID
Syntax
client server public static PurchRFQSealedReplyTable findByPurchRFQReplyTable(PurchRFQReplyTableRecId _purchRFQReplyTableRecId, [boolean _selectForUpdate])
Run On
Called
Parameters
- _purchRFQReplyTableRecId
Type: PurchRFQReplyTableRecId Extended Data Type
The record ID of the PurchRFQReplyTable that is related to the record to be searched for.
- _selectForUpdate
Type: boolean
true if the record should be selected for update; otherwise, false.
Return Value
Type: PurchRFQSealedReplyTable Table
The PurchRFQSealedReplyTable record that is related to the passed in PurchRFQReplyTable record ID.