Bulk Export Dynamics GP Document Attachments using .NET
https://blog.steveendow.com/2018/12/bulk-export-dynamics-gp-document.html
I created a .NET solution to allow a user to select a Database, Record Type, and indicate whether Deleted attachments should be exported.
Export Dynamics GP Document Attachments |
Once those options are selected, the user can retrieve a list of all of the attachments, which shows the type, the associated record number, the file name, and file size.
The user can then select an export path and click a button to export all of the attachments to disk.
No comments:
Post a Comment