AgreementLineReleasedLine::findBySalesLine Method
Finds the record in the AgreementLineReleasedLine table by using the SalesLine record.
Syntax
client server public static AgreementLineReleasedLine findBySalesLine(SalesLine _salesLine, [boolean _forUpdate])
Run On
Called
Parameters
- _salesLine
Type: SalesLine Table
The SalesLine 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.