VendInvoiceInfoLine_W::findByVendInvoiceInfoLine Method
Finds the specified VendInvoiceInfoLine_W record.
Syntax
client server public static VendInvoiceInfoLine_W findByVendInvoiceInfoLine(RecId _vendInvoiceInfoLineRecId, [boolean _forUpdate])
Run On
Called
Parameters
- _vendInvoiceInfoLineRecId
Type: RecId Extended Data Type
The record ID of a VendInvoiceInfoLine record.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: VendInvoiceInfoLine_W Table
A VendInvoiceInfoLine_W record if found; otherwise, an empty record.