• Schedule Jobs ordering and delay jobs

    Hi Guys, I have been looking into schedule jobs and I could not find what order they are executed or if there an mechanisms that can tell Sugar that job x only can be executed when job 1 was executed 1st. I have look into the documentation and there…
  • How to execute a scheduler at a random interval?

    There is a scheduler, Prune Old Record Lists , https://support.sugarcrm.com/documentation/sugar_versions/13.0/serve/administration_guide/system/schedulers/#Prune_Old_Record_Lists which executes As Often As Possible. This scheduler will execute "optimize…
  • Execution of Schedulers in UTC?

    Schedulers execute based on the timezone associated with the System Administrator. If we set a Scheduler to be executed at Min: 30 Hour: 06 Date: * Month: * Day: 1-5 This means this should be executed at 6:30 a.m. Monday - Friday. However…
  • How to get Scheduler details while a Job running?

    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…
  • Move files with a custom scheduler job

    Hello Everyone, I have a script that transfers data from csv files to sugarcrm. Everything works properly except that I want to move the files after being successfully processed from folder "Queue" to folder "Processed". function move_file_to_proccessed…