TaxImportInvoiceTaxIntegration_CN::runImportOnServer Method [AX 2012]
Invoke AIF import method to process, then update ExternalInvoice
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
ServerParameters
- _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
Show:
Note