Question
4
Replies
665
Views
Posted: December 15, 2016
Last activity: July 13, 2017
Hourly Report
Hi All,
I have a requirement in which we need to get the data from the report defination and send that data to a particular email id (outlook) with attached report data as a excel. we need to send these to 10 outlook mail id's and these data send every hour.
Could anyone please help me in this.
Hi Sonu,
This requirement we can do through the agent activity. In activity we can configure a method call send email with all attachments which is going to send emails with the attachemnts. You told that have to send an excel report whcih is getting from the report definition. Report definition we can call from activity and the report in excel we have to think wheather it is possible or not. One logic is when we save the data from RD as an excel we are clicking on export to excel. At their max baxkground ootb activity will run, we have to find that. If all is possible means we can configure the activty to the agent which will on the given time interval.
Thank you.