Helo Every body!
Pls describe that what is purpos of Schedulers in Admin panel.
there are some optiones in Dropdownlist like
refreshJobs
PollMonitoredinBoxes etc
can anyone help me that why we use these optiones.
thanks
Helo Every body!
Pls describe that what is purpos of Schedulers in Admin panel.
there are some optiones in Dropdownlist like
refreshJobs
PollMonitoredinBoxes etc
can anyone help me that why we use these optiones.
thanks
Hello shafique
These options come from the file modules/Schedulers/_AddJobsHere.php
There is an array called $job_strings, this array contains the options that appears in Admin panel.
To add an option you can do that:
and you need to add your script (your_task.php) in the / os your system. Or anywhere you want, since you tell the right path in the _AddJobsHere.phpPHP Code:$job_strings[] = 'yourTask';
function exportIntegration() {
include_once('your_task.php');
return true;
}
I hope it helps.
Diego
Diego Lorenzetti
Lampada Global Services - Open Source Solutions
Phone: +55 11 3237-3110
Email: equipe@lampadaglobal.com
Site: www.lampadaglobal.com
Lampada Global delivers offshore software development and support services to customers around the world.
Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.
thanks for response but my problem is not solve
pls vist this link and tell me that what is the purpos to create it.
https://sites.google.com/a/relax-sol...tarisoft/image
thanks
hi..
its basically a cron job ...scdulers asynchronously executes predefined functions on a periodic basis depending on your need. for more visit here
Thanks
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks