Reputation: 343
Is there any way to generate a mail merge document programatically via the Microsoft Dynamics CRM 2013?
Trying to generate a mail merge document via a custom plugin in the back end.
The merged document would then be sent to sharepoint.
But... can't find a "Create Merged Document" feature in the CRM SDK, anyone know of a way of doing this?
Thanks in advance!
Upvotes: 1
Views: 2208
Reputation: 167
This can't be done with Mail Merge documents insofar as the way they work with out of the box Dynamics CRM - you need MS Word installed on the client in order to do this, so no API. However, you can still meet the requirement by doing one of the following :
Upvotes: 3