VendAdvanceApplicationTrans::copy Method
Creates a copy of the VendAdvanceApplicationTrans table given the RecId of the old invoice line and new invoice and invoice line
Syntax
client server public static void copy(
RecId _fromLine,
RecId _toInvoice,
RecId _toLine)
Run On
Called
Parameters
- _fromLine
Type: RecId Extended Data Type
The record ID of the source VendInvoiceInfoLine record.
- _toInvoice
Type: RecId Extended Data Type
The record ID of the new VendInvoiceInfoTable table.
- _toLine
Type: RecId Extended Data Type
The record ID of the new VendInvoiceInfoLine record.