Hi, I have a custom scheduler and for which I have a created a scheduler job. I want to read the fields like Job URL, Status, Interval, etc from Job record in the custom scheduler code as I need to manipulate one of these field while the job is running…
I have SugarBPM process (formerly known as Advanced Workflow) that sends an email when a field in Meetings module changes to 1. The value of this field is set by a Scheduled Job, which runs a MySQL query like this: $Query = " UPDATE meetings m JOIN meetings_cstm…
I am trying to run Scheduled jobs on a local instance of Sugar. I have my local instance of Sugar running in a vagrant virtualbox. Can anyone point me in the right direction on how to set up the cron on a virtualbox? Thanks!