Hello,
I would like to do the following:
- I am writing a custom workflow activity in c# for CRM 2011 Online.
- In workflow process I am creating e-mail messages, running custom workflow activity
- I would like to add an attachment. The attachment should be a pdf file: the output of a CRM report.
- The question is: how can I run a report within the workflow activity and get the result as a pdf to be able to attach it to an e-mail. The main point is that it should work in CRM Online.
Many thx.
Stan