Share via


PurchFormletterParmDataInvoice.deepCopyFromSavedToActive Method [AX 2012]

Copies data from a saved VendInvoiceInfoTable table into an active VendInvoiceInfoTable table.

Syntax

protected void deepCopyFromSavedToActive(VendInvoiceInfoTable _savedVendInvoiceInfoTable)

Run On

Server

Parameters

  • _savedVendInvoiceInfoTable
    Type: VendInvoiceInfoTable Table
    The record in the VendInvoiceInfoTable table that represents the structure from which to copy.

See Also

Reference

PurchFormletterParmDataInvoice Class