Hi All,
I am trying to attach a SSRS report in a custom workflow in CRM 2016 online. Can anyone provide the resolution how to achieve it ?
*This post is locked for comments
I have the same question (0)

Hi All,
I am trying to attach a SSRS report in a custom workflow in CRM 2016 online. Can anyone provide the resolution how to achieve it ?
*This post is locked for comments
I have the same question (0)Because the SSRS report has to be ran first then downloaded into a document then emailed you won't be able to achieve this the way you are wanting to do it. I did some searching and found a link that might be helpful for you and gives step by step how to accomplish what you want to do with a plugin.
community.dynamics.com/.../how-to-send-ssrs-report-as-a-pdf-in-email-in-dynamics-crm-online
If you want to do it work a workflow then you will have to do it with C# code just like a plugin but as a custom workflow. Here is a link that goes over how to do that.