Hi
For electronic reporting source (mi=ERImportFormatSource) there is only Sharepoint which can be configured.
Has anyone made extensions to have Azure storage as a source? Where did you extend the code that the standard batch reaches the new source?
Thanks for your help.
Finally there is a way to import from other sources apart from Sharepoint.
Here there are the steps to import from local:
https://learn.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/analytics/er-custom-file-source
Then I've adapted it to import from Azure blobs, with:
using Microsoft.WindowsAzure.Storage;
using Microsoft.WindowsAzure.Storage.Blob;
This endpoint would take the steam directly for export.
What we need is a new source like Azure for import.
Not sure if this helps - but saw this post on LinkedIn the other day - daxture.blogspot.com/.../electronic-reporting-send-vendor.html
I'm also interested in the best way to extend it, although import and export connection to Azure files/Blobs should be native.
André Arnaud de Cal...
292,111
Super User 2025 Season 1
Martin Dráb
230,934
Most Valuable Professional
nmaenpaa
101,156