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
- _refTableId
Type: RefTableId Extended Data Type
The table ID to search for.
- _refRecId
Type: RefRecId Extended Data Type
The record ID to search for.
- _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).