Share via


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

  • _forUpdate
    Type: boolean
    A Boolean value that determines whether the record should be selected for update; 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.

See Also

Reference

VendInvoiceInfoSubLine Table