• MySQL error 1062: Duplicate entry ' ' for key 'PRIMARY'

    I am getting a MySQL error regarding a duplicate entry when using the following code. <?php array_push($job_strings, 'list_refresh'); function list_refresh() // This function adds any new contacts on present day into the target list, runs daily. { $db…
  • Scheduler job doesn't execute my php changes

    Hi, I work with sugar pro 7.6 and I want to execute a custom job which checks the status of the contracts and does something. I correctly setup my batch file (following the documentation instructions) for the execution of the scheduled job and the file…
  • how to schedule custom date difference calculation

    Previously we would have used workflows for some of this. But they will be deprecated next year. And they only update on save, and would not calculate things that we want, each day. So we need to use a scheduled task. The goal is to create pretty funnels…
  • scheduler Problem - Last successful never

    Hi, scheduler not working .. scheduler job Log is done every minutes .. But Last Successful Run: Never ?? Tevfik Tümer