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
Jonathan Wolff 7Jonathan Wolff 7 

Create Visualforce/Apex Class to create PDF of report at 23:59 at the last day of month

Hello, I have a report with the name "FDB Reporting" which has the column "Erstellungsdatum" which contains the creation date. Now I want to achive that I get the rows of the current month as a Visualforce List and safe them as pdf afterwards. My Goal is, that I get a pdf of the current month elements at the last day of the month at 23:59. I think for this I will need a flow. The topic is very urgent, so could you tell me how I can achive this topic?

Greetings
Jonathan

User-added image
VinayVinay (Salesforce Developers) 
Hi Jonathan,

Why do you want to use PDF?  You can schedule and share reports in salesforce.

Reference:
https://www.phoneiq.co/blog/how-to-schedule-reports-in-salesforce-lightninghttps://trailhead.salesforce.com/content/learn/modules/reports_dashboards/reports_dashboards_sharing_notifications

Please mark as Best Answer if above information was helpful.

Thanks,