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
Mustafa TopMustafa Top 

How to get report content?

I want to get report content as excel or text or xml format. Is there a method other than using PageReference.getContent().

Vinita_SFDCVinita_SFDC

Hello Mustafa,

 

I could not list down any method for this, if your requirement is only to email report content at a scheduled time then you can try scheduling report and there you can specify when to export report (it will be in .csv format) daily,weekly,monthly along with time and the recipients.

 

Hope this helps!

Mustafa TopMustafa Top
Hi Vinita,

getContent method doesn't work scheduled apex.
Following problem is my actual development requirement:

http://boards.developerforce.com/t5/General-Development/How-to-send-content-of-SF-report-with-email-using-schedulable/td-p/673371