You need to sign in to do that
Don't have an account?

Automating Report Generation
Hi All,
Is there a ways we can automate report generation process in Salesforce,I want a Report to be out of Salesforce sent across to many through an email.Can anyone please suggest me a way.
Thanks in Advance..
Saurabh
Is there a ways we can automate report generation process in Salesforce,I want a Report to be out of Salesforce sent across to many through an email.Can anyone please suggest me a way.
Thanks in Advance..
Saurabh
You can write a stand alone java (also can use other language) client in which you need to incorporate report relevant SOQL and you can also incorporate email trigger functionality according to your need in the same client. You’ll have to use APEX API for this.
This client can then be executed as and when required or in a regular manner.
Thanks and regards,
Jagannath