Export all attachments directly to a storage account.
Eddy Tegera
Export attachments directly to a storage account, and configure the job to run periodically. Currently there is the standard option to export the files of certain entities, but as an administrator it is important to simply backup all the attached files to comply with the organizations' backup policies.
Regards.
Jonas Feddersen Melgaard
Do you mean these kinds of attachments?
It should be pretty easy to implement a batch job for this.
We could also export the notes as JSON files.
I imagine a solution would look like this:
Azure storage account, blob storage
Path: Document Attachments/USMF/SalesTable/000754/68719476769.JSON
File path: Document Attachments/USMF/SalesTable/000754/Files/E09E436B-477F-4E84-B2AC-0FC585C93C07.PDF
Example file: https://gist.github.com/jofme/fc2cc8c1190e5f757b7e18f72b716f76#file-68719476769-json
Eddy Tegera
Jonas Feddersen Melgaard Yes, exactly, but the idea is to simply configure the batch job so that it takes all the attachments and exports them to the storage account, without having to configure each table as the standard has, since we can miss it some table.
I love this tool, I am currently using it and it is aimed at administrators. This attachment export configuration gives you a plus in managing environments.
Regards.