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
Melissa Shook 8Melissa Shook 8 

Delete field values on a month basis

I have one number field that captures how many duplicate surveys we receive every month, entered by our data entry team. they would like that field wiped clean on the 6th of every month. I believe I will need to schedule an apex class to run on the 6th of every month. I am not sure how to write the apex class. Any ideas would be a great help.