AgreementLineReleasedLine::findByPurchLine Method
Finds the record in the AgreementLineReleasedLine table by using the PurchLine record.
Syntax
client server public static AgreementLineReleasedLine findByPurchLine(PurchLine _purchLine, [boolean _forUpdate])
Run On
Called
Parameters
- _purchLine
Type: PurchLine Table
The PurchLine record to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: AgreementLineReleasedLine Table
A record in the AgreementLineReleasedLine table; otherwise, an empty record.