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
Rajesh SFDCRajesh SFDC 

how many records execute in scheduler apex?

1.Here, i am created one scheduler apex class for Send bulk Emails  its call at every morning. suppose, i want to send bulk emails like a 10,000 records using schedular apex class, is it possiable ?

 
Best Answer chosen by Rajesh SFDC
PratikPratik (Salesforce Developers) 
Hi Rajesh,

Yes, i think you should be able to send emails. You can verify by scheduling a batch for certain set of records.

Thanks,
Pratik

All Answers

PratikPratik (Salesforce Developers) 
Hi Rajesh,

Please referto the limitations:
https://help.salesforce.com/apex/HTViewHelpDoc?id=limits_email_mass.htm&language=en_US

Thanks,
Pratik
Rajesh SFDCRajesh SFDC
Hi pratik,
Thanks for your reply. i have a question,
my requirement is i need to send email when "expired" field is less than 30 days in Asset object . so i call my schedule apex at every day morning 6 AM at one day suppose i need to send 600 mails for 600 records at that time  is the schedule apex support or not.
PratikPratik (Salesforce Developers) 
Hi Rajesh,

Yes, i think you should be able to send emails. You can verify by scheduling a batch for certain set of records.

Thanks,
Pratik
This was selected as the best answer