Share via


TaxImportInvoiceTaxIntegration_CN::runImportOnServer Method [AX 2012]

Invoke AIF import method to process, then update ExternalInvoice

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          server public static Integer runImportOnServer(
            container _fileContainer, 
            AifPortName _importName, 
            TaxProfileId_CN _profileId)

  Microsoft Dynamics AX 2012 R2 (SYS)
          server public static Integer runImportOnServer(
            container _textcon, 
            AifPortName _importName, 
            TaxProfileId_CN _profileId)

Run On

Server

Parameters

Return Value

Type: Integer Extended Data Type
imported number

See Also

Reference

TaxImportInvoiceTaxIntegration_CN Class