VendInvoiceMatchingLine::copy Method
Creates a copy of the VendInvoiceMatchingLine table given the TableId and RecId values of an existing VendInvoiceMatchingLine instance.
Syntax
client server public static void copy(
RefTableId _fromRefTableId,
RefRecId _fromRefRecId,
RefTableId _toRefTableId,
RefRecId _toRefRecId)
Run On
Called
Parameters
- _fromRefTableId
Type: RefTableId Extended Data Type
The table ID of the source VendInvoiceMatchingLine table.
- _fromRefRecId
Type: RefRecId Extended Data Type
The record ID of the source VendInvoiceMatchingLine record.
- _toRefTableId
Type: RefTableId Extended Data Type
The table ID of the new VendInvoiceMatchingLine table.
- _toRefRecId
Type: RefRecId Extended Data Type
The record ID of the new VendInvoiceMatchingLine record.