Share via


VendInvoiceMatchingLine::find Method

Finds a VendInvoiceMatchingLine record for the specified reference table and reference record IDs.

Syntax

client server public static VendInvoiceMatchingLine find(
    RefTableId _refTableId, 
    RefRecId _refRecId, 
   [boolean _update])

Run On

Called

Parameters

  • _update
    Type: boolean
    A Boolean value that specifies whether to update the record; optional.

Return Value

Type: VendInvoiceMatchingLine Table
A VendInvoiceMatchingLine record if found; otherwise, nullNothingnullptrunita null reference (Nothing in Visual Basic).

See Also

Reference

VendInvoiceMatchingLine Table