PurchLine_W::findByPurchLine Method
Finds the PurchLine_W record based on record ID of PurchLine record.
Syntax
client server public static PurchLine_W findByPurchLine(RefRecId _purchLineRecId, [boolean _forUpdate])
Run On
Called
Parameters
- _purchLineRecId
Type: RefRecId Extended Data Type
The record ID of PurchLine record.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: PurchLine_W Table
A PurchLine_W record.