Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds and returns the specified invoice line for the given record ID.
Syntax
client server public static VendInvoiceInfoLine findRecId(
RecId _recId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
The record ID of the record to find.
- _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 Table
A VendInvoiceInfoLine table record if it exists; otherwise, an empty record.
Remarks
If the record does not exist, an empty VendInvoiceInfoLine table record is returned.