VendInvoiceMatching::copyFromActiveToSaved Method
Copies the invoice totals and tolerance percentages from the active invoice to the saved invoice.
Syntax
client server public static void copyFromActiveToSaved(VendInvoiceInfoTable _active, VendInvoiceInfoTable _saved)
Run On
Called
Parameters
- _active
Type: VendInvoiceInfoTable Table
The active invoice defines the source context.
- _saved
Type: VendInvoiceInfoTable Table
The saved invoice defines the destination context.