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…
We would like to grant a user access to Schedulers without granting them access to All of the administration. Thoughts? This doesn't seem to work.
(function (app) {
app.events.on("app:sync:complete", function () {
if (app.user.get('type') != 'admin…
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…