Share via


VendInvoiceInfoTable::find Method

Finds and returns the invoice for the given ParmId and TableRefId fields, if one exists.

Syntax

client server public static VendInvoiceInfoTable find(
    ParmId _parmId, 
    TradeLineRefId _tableRefId, 
   [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: VendInvoiceInfoTable Table
A single VendInvoiceInfoTable table record if it exists.

Remarks

If the record doesn't exist, an empty VendInvoiceInfoTable table record is returned.

See Also

Reference

VendInvoiceInfoTable Table