Results 1 to 4 of 4

Thread: Automatic reminders

  1. #1
    pshahmumbai is offline Junior Member
    Join Date
    Aug 2009
    Posts
    4

    Default Automatic reminders

    I am implementing Sugar for the first time. One most important feature that is needed is ability to send a reminder for a request that comes in.

    eg : a client contacts us for a specific query and we send a reply using the inbuilt email client. now if the client doesnt contact us back, we would like to send a reminder after 10 days and another one again after 15 days.

    How do I implement this functionality using sugarcrm ? Any suggestions ?

    Thanks a lot.


  2. #2
    SugarDev.net is offline Sugar Community Member
    Join Date
    Feb 2008
    Posts
    1,401

    Default Re: Automatic reminders

    This can be achieved by coding a Scheduled Task (cron). Some knowledge about Sugar's internals will be required.
    Developers go here
    Businesses go there (Dutch)

    Modules:
    SugarDev.net Developer Tools | Config | Dutch Language Pack
    "Nothing gets fixed unless there is a bug"

  3. #3
    pshahmumbai is offline Junior Member
    Join Date
    Aug 2009
    Posts
    4

    Default Re: Automatic reminders

    Figured out a simple way to do this :

    1. Go to Admin > Developer Tools > Studio > Cases/Leads > Fields.

    Add a checkbox type with name "send reminder"
    Add a date type with name "Send reminder on"
    Add a textarea type with name "Message"

    2. Bo back to Admin > Developer Tools > Studio > Cases/Leads > Layout > Edit view and add a panel as shown :



    3. Save it and do the same for detail view

    4. Now write a php script to get the leads to whom you want to send reminder directly from database.

    I will document the whole process soon..
    Attached Images Attached Images   

  4. #4
    sebek is offline Sugar Community Member
    Join Date
    Mar 2008
    Posts
    96

    Default Re: Automatic reminders

    Great stuff...is it possible to implement this on Calls and Tasks, but to send reminder to sugar users which are assigned to specific lead, call, task?

    The default sugar reminders are only pop-up and only form meetings and calls. I would like to assign tasks and calls to sugar users and then they should get reminded via e-mail.

    Great work.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Reminders
    By Josepha in forum Help
    Replies: 5
    Last Post: 2008-08-18, 05:17 PM
  2. Reminders Not Working
    By ajmusic24 in forum General Discussion
    Replies: 8
    Last Post: 2006-09-13, 03:41 PM
  3. Reminders
    By avneet in forum General Discussion
    Replies: 5
    Last Post: 2006-05-31, 03:33 PM
  4. reminders
    By yusufm in forum Help
    Replies: 0
    Last Post: 2006-05-26, 12:27 AM
  5. reminders
    By kingdonk in forum Feature Requests
    Replies: 0
    Last Post: 2004-07-12, 07:28 PM

Tags for this Thread

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
  •