Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: Assignment notification isnt working!

  1. #1
    ichow is offline Junior Member
    Join Date
    Aug 2006
    Posts
    4

    Default Assignment notification isnt working!

    Spent the whole morning trying to get this working... I need assignment notification on cases. i should be getting emails even on old cases that i assign to my new user right?!

    here are the steps i've taken:
    admin/email settings
    - smtp/sendmail (tried both. i can send smtp mail from this machine, so i know that works)
    - smtp server (both mail.xxxx.com and mailserver ip)
    - smtp auth (on or off, with my login)
    - notifications on
    - send notifications by default on

    do i need to change the from name and address?

    user
    - notification checked off
    - email address entered




    frustrated! is there a way i can see if the emails are being queued up somewhere?
    Last edited by ichow; 2006-08-16 at 06:30 PM.

  2. #2
    ruchida's Avatar
    ruchida is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Feb 2005
    Location
    Japan
    Posts
    1,375

    Default Re: Assignment notification isnt working!

    Hi,

    This is a bug of 4.2.1 and will be fixed by adding the following line in index.php in the sugarcrm root at around line #660.
    PHP Code:
    if(!empty($current_user->id) && $current_user->receive_notifications == true$GLOBALS['check_notify'] = true
    Ryuhei Uchida
    Help Forum Moderator
    Calendar 2.0
    http://blogs.itmedia.co.jp/ruchida/

  3. #3
    ichow is offline Junior Member
    Join Date
    Aug 2006
    Posts
    4

    Default Re: Assignment notification isnt working!

    wow are you serious, im going to try this right now. how come no one else has reported this problem...

    at line 660 or close to? this is the chagne i've made. restarting services now.

    //// END THEME PATH SETUP AND THEME CHANGES
    ///////////////////////////////////////////////////////////////////////////////

    if(!empty($current_user->id) && $current_user->receive_notifications == true) $GLOBALS['check_notify'] = true;
    loadLicense();




    // added a check for security of tabs to see if an user has access to them
    // this prevents passing an "unseen" tab to the query string and pulling up its contents
    if(!isset($modListHeader)) {

  4. #4
    ichow is offline Junior Member
    Join Date
    Aug 2006
    Posts
    4

    Default Re: Assignment notification isnt working!

    ... doesnt seem to work still : (

  5. #5
    ruchida's Avatar
    ruchida is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Feb 2005
    Location
    Japan
    Posts
    1,375

    Default Re: Assignment notification isnt working!

    Quote Originally Posted by ichow
    ... doesnt seem to work still : (
    Which version of SugarCRM are you using?

    I've just confirmed this works for a fresh SugarCRM 4.2.1b installation. (And it had not worked until I inserted the line above.)

    It also works for an old case that is assigned to a new user.

    Any log generated in Apache or sugarcrm.log?
    Ryuhei Uchida
    Help Forum Moderator
    Calendar 2.0
    http://blogs.itmedia.co.jp/ruchida/

  6. #6
    ichow is offline Junior Member
    Join Date
    Aug 2006
    Posts
    4

    Default Re: Assignment notification isnt working!

    i'm using 4.2.1a...

    did i put the line in the correct place? exactly on line 660.

    what should i be looking for in those logs?
    Last edited by ichow; 2006-08-18 at 02:57 PM.

  7. #7
    diegofliess is offline Sugar Community Member
    Join Date
    Jan 2006
    Posts
    26

    Default Re: Assignment notification isnt working!

    I have Version 4.2.1 and the same issue, where should I change that line? index.php of the root folder ?

    Thank you

  8. #8
    bsherman is offline Sugar Community Member
    Join Date
    Dec 2006
    Location
    Phoenix, AZ
    Posts
    17

    Default Re: Assignment notification isnt working!

    I am still experiencing a similar issue in 4.5h. Has this been addressed at any point. Are there some configuration options that I could check yet again to enable assignment notification? I have set notifications as active at the user and admin level.

    I have tried several mail configuration settings and attempted to move a case from one user to another and there has been no notifications delivered. I am sending and receiving other communications through the system with no problems.

    Any advise would be appreciated.

    Bruce
    Phoenix, AZ

  9. #9
    gfa
    gfa is offline Sugar Community Member
    Join Date
    Jan 2007
    Posts
    23

    Default Re: Assignment notification isnt working!

    no notifications for me either on 4.5.1 , emails from the "compose email" buttons send out fine, but not notificiations on assignment or form workflow triggers.

  10. #10
    andydreisch's Avatar
    andydreisch is offline Sugar Team Member
    Join Date
    Apr 2005
    Location
    San Jose
    Posts
    2,080

    Default Re: Assignment notification isnt working!

    Is the "Notify on Assignment" flag set for the intended recipient of the notification? Check the user's My Account settings.

    Andy
    Andy Dreisch
    Vice President, Online Team


    Check out our Podcasts!
    Sugar University for training
    Sugar Wiki for developer and user help
    SugarForge for modules, themes, lang packs
    SugarExchange for production-ready extensions
    Enter/view bugs via the Sugar bug tracker

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

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

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
  •