Creating a Scheduler

Hi everyone,

I want to share one example of doing a Scheduler through code in SuiteCRM. Many times our customers have asked us to implement some scheduler processes and this is our best practice we can done.

In this example we got a scheduler process that looks for all opportunities not closed won and without updates in the last 15 days. After that, the process sends an email to the assigned user of each one of these opportunities to remember managing this opportunity.

The full code is available in:
https://github.com/audoxcl/SugarCRMSchedulers

I hope this example would be useful for you to understand the use of schedulers and using this code as a template for your own purposes.

Best Regards,

Javier Núñez

Audox Ingeniería Ltda.
Web: www.audox.cl
Email: info@audox.cl
Phone: +56 2 2581 3799
Mobile: +56 9 9675 0572
Skype: audox.ingenieria

Hi Janunez,

Thanks again for the code!
This will be pretty useful for someone to use as a reference when getting into creating their own schedulers.