PurchLine_IN::findByPurchLine Method
Finds the PurchLine_IN record based on record ID of PurchLine record.
Syntax
client server public static PurchLine_IN 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_IN Table
A PurchLine_IN record.