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
majomajo 

Creating a Batch Apex

Hi!

I have to develop a new functionality that creates a new task for every Contact that hasn't been contact in a while.

So, I've been investigating differents possibilities on how to proced and I found "Batch Apex".

I know I have to create a class that has 3 methods: start, execute and finish. After that I have to create an instance of that class and execute it. But I don't understan where and how I can make the process to run automatically in a period of time.

Could someone help me? Or add a link with a simple example? 

Thanks very much!

Majo :smileyvery-happy: