Hi guys
I would like to ask your help on copying attachments out of CRM 2011, since it will be shut down soon
- We have CRM 2011 on prem
- We have a custom entity in there called ‘crm_salescontracts’ with about 3000 records
- Many of these records have textnotes and files as attachments
- We require all these notes and attachments out of this crm_salescontracts entity to be saved to disk in a structured folder tree, like this:
- C:\Contractattachments\SalescontractX\briefing.xls
- C:\Contractattachments\SalescontractX\contract2.doc
- C:\Contractattachments\SalescontractX\Note1.txt
- C:\Contractattachments\SalescontractY\briefing.pdf
- C:\Contractattachments\SalescontractZ\dealmemo.doc
- C:\Contractattachments\SalescontractZ\Note1.txt
- ..etc
This is a one-time operation only, and only for all the records of this 1 entity. Can this be done? I am new to SDK and programming C# or js.
Many thanks