Share via


TaxExportInvoiceTaxIntegration_CN::runOnServer Method [AX 2012]

Generates a new instance of the TaxExportInvoice_CN class and initializes the _salesId global field with a _salesTable parameter value.

Syntax

server public static void runOnServer(container _packedContainer)

Run On

Server

Parameters

  • _packedContainer
    Type: container
    The container that includes packed data.

Remarks

The export invoice dialog box is called by the CustInvoiceJour form that has a _salesTable parameter record.

See Also

Reference

TaxExportInvoiceTaxIntegration_CN Class