Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
I am trying to schedule a report using Apex Code. How to schedule a report using apex code? Please help.
Thank You
Mrudula Ravindran
Hi,
I think this is not possible through Apex. You can schedule the same by Report schedule functionality.
For more details visit "http://stackoverflow.com/questions/4277332/how-to-i-access-reports-programmatically-in-salesforce-using-apex"
If this answer your question, Mark it as resolved.
Cheers
Sanj
You cannot directly schedule a report in Apex. You can, however, using Batch apex create csv files and email them to people who need these reports.
Thanks,
Anup
Hi,
I think this is not possible through Apex. You can schedule the same by Report schedule functionality.
For more details visit "http://stackoverflow.com/questions/4277332/how-to-i-access-reports-programmatically-in-salesforce-using-apex"
If this answer your question, Mark it as resolved.
Cheers
Sanj
You cannot directly schedule a report in Apex. You can, however, using Batch apex create csv files and email them to people who need these reports.
Thanks,
Anup
Can you please let me know
How we can schedule the report using the batch apex and email to the people