Reply
Regular Contributor
Max_g
Posts: 101
0
Accepted Solution

Schedulable Apex class

Need to write an apex class to zero all records in an object at a specific time each day. 

 

Have not found any good examples yet.

 

Does anyoine have an example I can use?

 

 

 

Regular Contributor
Max_g
Posts: 101
0

Re: Schedulable Apex class

Got the base class built and working.  Need an example of writing a test class for the schedulable class.

 

Regular Contributor
Max_g
Posts: 101
0

Re: Schedulable Apex class

Found example that works.