VendInvoiceInfoLine::findByPurchLineRefRecId Method
Finds the VendInvoiceInfoLine record with the specified PurchLineRecId field value.
Syntax
client server public static VendInvoiceInfoLine findByPurchLineRefRecId(PurchLineRefRecId _purchLineRefRecId, [boolean _update])
Run On
Called
Parameters
- _purchLineRefRecId
Type: PurchLineRefRecId Extended Data Type
The PurchLineRecId field value to use to find the VendInvoiceInfoLine record.
- _update
Type: boolean
A Boolean value that specifies whether the record buffer should be able to be updated.
Return Value
Type: VendInvoiceInfoLine Table
A VendInvoiceInfoLine record buffer.