PurchReqLine::findLineRefId Method
Finds a specified record in the PurchReqLine table.
Syntax
client server public static PurchReqLine findLineRefId(PurchReqLineRefId _purchReqLineRefId, [boolean _forUpdate])
Run On
Called
Parameters
- _purchReqLineRefId
Type: PurchReqLineRefId Extended Data Type
The ID of the record to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: PurchReqLine Table
A record in the PurchReqTable table; otherwise, an empty record.