PurchRFQSealedReplyLine::findByPurchRFQReplyLine Method
Finds the PurchRFQSealedReplyLine that is related to the passed in record ID
Syntax
client server public static PurchRFQSealedReplyLine findByPurchRFQReplyLine(PurchRFQReplyLineRecId _purchRFQReplyLineRecId, [boolean _selectForUpdate])
Run On
Called
Parameters
- _purchRFQReplyLineRecId
Type: PurchRFQReplyLineRecId Extended Data Type
The record ID of the PurchRFQReplyLine 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: PurchRFQSealedReplyLine Table
The PurchRFQSealedReplyLine record that is related to the passed in PurchRFQReplyLine Record ID.