Can anyone give me a general idea on how to export data entities files directly to SharePoint instead of exporting to Azure from the Data Management module in D365?
Basically, we want to replicate the same functionality that is available when the user clicks on the “Create recurring data job” where instead of exporting to Azure, it will export to a specific SharePoint document library.
Thanks in advance.
We are trying to implement it, we analyzed the standard D365 code, and found most of classes for the process are in 'Application Foundation' model, they can't be customzie directly, and we are not sure how to extend these classes. and some classes are DLL. For example, the Activity object that used in DMFSetupRecurringDataJob is referred to a DLL,we are unable to view the code or debug into the Activity class, so we have no idea to duplicate or extened it.
Anyone has any idea on the best way to approach it?
I don't think that is supported out of the box. you can export Data entities to your own dB(SQL Azure DB) and from there you can rite your own application which will write it in SharePoint SharePoint document library, or you may to analyze and customize standard d365 process and call sharepoints API to write file.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,900 Super User 2024 Season 2
Martin Dráb 229,297 Most Valuable Professional
nmaenpaa 101,156