function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SaurabhRawaneSaurabhRawane 

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
CJagannathCJagannath

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