I want to add two documents in the email that is being sent, right now I can only attach one pdf.
Is it possible to do that?
I’m not an expert, but I believe the “Add ECM attachment” is putting something into ECM. If you want to get things from ECM to put into and email, I think it’s the Take ECM Attachment. That one looks like you can chain them together, and I think it’s does what you want.
I have removed the ECM attachment in SSRS routing table and I have created a condition for email, in this scenario, under one condition the attachment should go out and with the other condition only the email should go out with no attachment.
But the problem is that attachment is going out in both scenarios.
Mr. Atul: I am guessing becuase i have not done this (yet):
After your condition - try adding a "Filter’ widget and filter by Company <> Null (or anything that is always true). Off of the filter - try adding the Add ECM and Email.
DaveO
@DaveOlender
I have removed the ECM and I am only using SSRS routing below, the question I have is, in the "Send-Email 2, I want an attachment which is there.
But in the “Send-Email 6”, I dont want the attachment but it still attaches the SSRS report in it.
Mr. @atuljainajm: after condition 2 = true - try adding a filter (it is a widget in the menu area) before the email. Set the filter to always true i.e. Company <> Null. Then do the Add ECM and Email coming off of the Filter.
Worth a try.
DaveO
@DaveOlender I want to do the false condition with no attachment and true condition with attachment.
Should I apply the same logic when false as you have mentioned?
@DaveOlender one more question:
In SSRS Breaking/routing, is it possible to send only the email not any attachment?
If so, I can create another report style.
@DaveOlender
I figured it out by creating two data directives, one would trigger auto-print with SSRS routing(with attachment) and the other one would only trigger an email.