VendInvoiceInfoLine_Project::findByVendInvoiceInfoLineRefRecId Method
Finds and returns the specified record in the VendInvoiceInfoLine_Project table for the given VendInvoiceInfoLineRefrecord ID value.
Syntax
client server public static VendInvoiceInfoLine_Project findByVendInvoiceInfoLineRefRecId(
VendInvoiceInfoLineRefRecId _vendInvoiceInfoLineRefRecId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _vendInvoiceInfoLineRefRecId
Type: VendInvoiceInfoLineRefRecId Extended Data Type
The VendInvoiceInfoLineRefrecord ID value to check.
- _forUpdate
Type: boolean
A Boolean value that determines whether the record should be selected for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
A ConcurrencyModel value that specifies the locking scheme; optional.
Return Value
Type: VendInvoiceInfoLine_Project Table
A VendInvoiceInfoLine_Project table record if one exists; otherwise, an empty record.
Remarks
If the record does not exist, an empty VendInvoiceInfoLine_Project table record is returned.