VendInvoiceInfoLine_Asset::findByVendInvoiceInfoLineRecId Method
Finds the VendInvoiceInfoLine_Asset line for the given VendInvoiceInfoLineRecID field, if a line exists.
Syntax
client server public static VendInvoiceInfoLine_Asset findByVendInvoiceInfoLineRecId(
PurchLineRefRecId _vendInvoiceInfoLineRecID,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _vendInvoiceInfoLineRecID
Type: PurchLineRefRecId Extended Data Type
The VendInvoiceInfoLineRecID 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 Concurrency Model value that specifies the locking scheme; optional.
Return Value
Type: VendInvoiceInfoLine_Asset Table
A single VendInvoiceInfoLine_Asset table record if it exists.
Remarks
If the record does not exist, an empty VendInvoiceInfoLine_Asset table record is returned.