Hello,
I am wondering if I can get some help with notes/email attachments handling and storage.
The requirement is to migrate all the notes/email attachments (i.e. 50K+) out of D365 online instance to store them in Azure Blob Storage except for last 6 months.
So this could involve:
1. Extract out the notes/email attachments to store at Azure Blob Storage and then remove them from D365.
2. Add a LINK inside D365 notes so that the user can open the attachment from within D365 Notes area. (Is this doable meaning a clickable link to download the file? and How?)
Is there some sample github code base that could do this? Any help with above query will be highly appreciated.
Thanks for your help in advance.
Regards, AR
Hi,
The github tool (https://github.com/DawidPotgieter/Dynamics-CRM-Binary-Storage-Options) has a migration utility as well.
You may use that utility to migrate, or else you have to write your own integration packages (in SSIS). Use Dynamics 365 Web API to retrieve notes and attachments and push to Azure Blob Storage (using Azure Blob Storage APIs) or use a connector (like KingswaySoft).
Thanks for your reply.
I have gone thru above links, however I am after a one-off run to do this migration so I dont see the need of plugins etc. in my requirements
Can something else be suggested here then? Thanks.
Hi,
Thank you for your query.
There is a App Source solution provided by Microsoft Labs for this:
Also found this Github plugin to move notes/attachments to Azure Blob or File storage. It comes with a migration tool as well:
https://github.com/DawidPotgieter/Dynamics-CRM-Binary-Storage-Options
Or, you can explore this add-in by Inogic (paid):
This tool has ability to view/download the attachments within Dynamics 365.
André Arnaud de Cal...
291,969
Super User 2025 Season 1
Martin Dráb
230,842
Most Valuable Professional
nmaenpaa
101,156