VendInvoiceInfoSubLine::find Method
Finds and returns the invoice sub line for the given LineRefRecId,JournalRefTableId, and JournalRefRecId fields.
Syntax
client server public static VendInvoiceInfoSubLine find(
PurchParmLineRefRecId _lineRefRecId,
PurchJournalLinkRefTableId _journalRefTableId,
PurchJournalLinkRefRecId _journalRefRecId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _lineRefRecId
Type: PurchParmLineRefRecId Extended Data Type
The LineRefRecId value to check.
- _journalRefTableId
Type: PurchJournalLinkRefTableId Extended Data Type
The JournalRefTableId value to check.
- _journalRefRecId
Type: PurchJournalLinkRefRecId Extended Data Type
The JournalRefRecId 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: VendInvoiceInfoSubLine Table
A single VendInvoiceInfoSubLine table record.
Remarks
If the record does not exist, an empty VendInvoiceInfoSubLine table record is returned.