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
Nishad BashaNishad Basha 

How to run the schedule class for every one hour in salesforce?

How to write the schedule class and  how to run the schedule job. please give me one example of above scenario. please give some ideas.
Yogesh KulkarniYogesh Kulkarni
Nishad,

implement the interface Schedulable on your class and then it will be schedulable.

Use following link.
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_interface_system_schedulable.htm

Thanks,
Yogesh