Morning everyone, hoping someone can point me in the right direction!
We're attempting to make use of the ImportFromPackage API call to deal with potential throttling issues in the future but I'm having issues getting the data into the correct format for a package.
The uploaded package requires:
(EntityTemplateFile).xls/xml
PackageHeader.xml
Manifest.xml
If I view the job in the Finance and Operations Data Management tab I can click download which will give me a zipfile containing all 3 of these files, the entity template file containing empty tags.
My question is either:
A) How can I download this template zip file from my C# integration so that I can inject our data
Or
B) How do I format our data into a package that looks like the above without downloading a zip
This has had me stumped for the better half of 4 days so any help would be greatly appreciated!
Kind Regards
Craig
p.s I've looked at the examples here - https://github.com/microsoft/Dynamics-AX-Integration/tree/master/FileBasedIntegrationSamples/ConsoleAppSamples
but unfortunately these just start with a pre-packaged zip file!