If you are unable to create a new account, please email bspsoftware@techdata.com

Author Topic: How to send report status mail(not report output)to user?  (Read 7215 times)

KKR

  • Guest
Hi,

I have a requirement that,sending report status mail (not report output) once it completes.

How I can do this? Please anyone suggest me on this.

xiska

  • Guest
Re: How to send report status mail(not report output)to user?
« Reply #1 on: 20 Sep 2010 03:20:17 pm »
Hi

You can use the EventStudio to make such dependencies.

At first you must make a decision which is always true (today() is not null) or (1=1) then execute the report and save the output and at last an e-Mail node.

Then schedule the agent.

That's it.