Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds the specified record in the PurchReqLine table.
Syntax
client server public static PurchReqLine findLine(
RefRecId _purchReqTableRecId,
LineNum _lineNum,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _purchReqTableRecId
Type: RefRecId Extended Data Type
The record ID of the PurchReqLine record.
- _lineNum
Type: LineNum Extended Data Type
The line number of the PurchReqLine record.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option to use when the program reads the record; optional.
Return Value
Type: PurchReqLine Table
A record in the PurchReqTable table; otherwise, an empty record.