TaxImportInvoiceTaxIntegration_CN::runImportOnServer Method [AX 2012]

Invoke AIF import method to process, then update ExternalInvoice

NoteNote

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

_fileContainer
Type: container
_importName
Type: AifPortName Extended Data Type
Aif Port Name
_profileId
Type: TaxProfileId_CN Extended Data Type
The id of the tax import profile

Return Value

Type: Integer Extended Data Type
imported number
Show: