Hello,
I have the following requirement:
When a user clicks on a button on the out of the box quote entity, it fires off an on demand workflow. This workflow has many steps and one of them is sending an email.In this email however, I need to attach a SSRS report along with other fields in the quote record.
The current implementation does the following : Creates the email with the UI(workflow) where we just enter the to, from subject and the other fields by just looking it up.
Another important thing about this email is that it contains two hyperlinks, one to the quote record and the other to the opportunity record. However, currently it does not have the PDF attachment of the report.
In order to add the PDF report, I naturally have to shift the email to a custom workflow assembly. However, if I do that I will not be able to provide a link to the quote record and the opportunity record right ?
If that's the case, how do I implement this? A link to the quote record, opportunity record and a SSRS report attachment and the email must be sent directly. It should not just be created.
Is it even possible to implement the above requirement?
*This post is locked for comments
I have the same question (0)