PurchParmLine::findByPurchLineRefRecId Method
Finds the PurchParmLine record with a particular PurchLineRefRecId value.
Syntax
client server public static PurchParmLine findByPurchLineRefRecId(PurchLineRefRecId _purchLineRefRecId, [boolean _update])
Run On
Called
Parameters
- _purchLineRefRecId
Type: PurchLineRefRecId Extended Data Type
The PurchLineRecId field value to use to find the PurchParmLine record.
- _update
Type: boolean
A Boolean value that indicates whether the record buffer can be updated; optional.
Return Value
Type: PurchParmLine Table
A PurchParmLine record buffer.