You'll have to excuse me because I am very new to sugar. Maybe there is a simple answer to this that I am just not seeing. I'm trying to add a module to sugar which I have followed the docs to do and all seems well up to the point where I go to create the job. I have added the job to the array (#6).
$job_strings = array (
0 => 'refreshJobs',
1 => 'pollMonitoredInboxes',
2 => 'runMassEmailCampaign',
3 => 'pruneDatabase',
4 => 'trimTracker',
/*4 => 'securityAudit()',*/
5 => 'pollMonitoredInboxesForBouncedCampaignEmails',
6 => 'syncOTRS',
I have also added these lines as per the instructions for the mod.
function syncOTRS() {
require_once ('modules/ZuckerSync/otrs.php');
_syncOTRS();
}
Obviously I'm missing something because it doesn't even show as an option from the drop down in Admin -> Scheduler -> Create Scheduler
Any help would be appreciated. Thank you in advance.


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks