Results 1 to 4 of 4

Thread: Schedulers

  1. #1
    shafique is offline Senior Member
    Join Date
    Mar 2009
    Location
    Pakistan
    Posts
    109

    Default Schedulers

    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

  2. #2
    dlorenzetti's Avatar
    dlorenzetti is offline Sugar Community Member
    Join Date
    Jan 2008
    Location
    São Paulo, Brasil
    Posts
    189

    Default Re: Schedulers

    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:

    PHP Code:
    $job_strings[] = 'yourTask';
    function 
    exportIntegration() {
        include_once(
    'your_task.php');
        return 
    true;

    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.php


    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.

  3. #3
    shafique is offline Senior Member
    Join Date
    Mar 2009
    Location
    Pakistan
    Posts
    109

    Default Re: Schedulers

    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

  4. #4
    anamikakhadwal's Avatar
    anamikakhadwal is offline Sugar Community Member
    Join Date
    May 2007
    Location
    India
    Posts
    82

    Default Re: Schedulers

    hi..
    its basically a cron job ...scdulers asynchronously executes predefined functions on a periodic basis depending on your need. for more visit here


    Thanks

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Rodar os schedulers
    By settech in forum Portugese
    Replies: 0
    Last Post: 2008-02-26, 11:24 AM
  2. Schedulers - last run: Never
    By lanx in forum Help
    Replies: 3
    Last Post: 2006-12-11, 03:27 AM
  3. Configuring Schedulers
    By jateen in forum Help
    Replies: 0
    Last Post: 2006-06-07, 10:47 AM
  4. Schedulers
    By nkendrick in forum General Discussion
    Replies: 3
    Last Post: 2005-12-29, 03:28 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •