Results 1 to 3 of 3

Thread: Disable notifications on a custom module

  1. #1
    routledge is offline Sugar Community Member
    Join Date
    Jan 2008
    Location
    London
    Posts
    98

    Default Disable notifications on a custom module

    Good morning all

    I have a really naggy issue. I have been hunting through for a week now, trying to disable my notification on assignment for a custom module. I don't want to turn off notifications globally as most of our users use them allot, its just on this one custom module,

    Please assist

    John

    sugarcrm CE 5.2.0j, debian server, apache2.2, mysql database.

  2. #2
    routledge is offline Sugar Community Member
    Join Date
    Jan 2008
    Location
    London
    Posts
    98

    Default Re: Disable notifications on a custom module

    Hi again peeps

    still having no luck, anyone

    john

  3. #3
    mikesolomon is offline Sugar Community Member
    Join Date
    Feb 2008
    Location
    UK
    Posts
    1,467

    Default Re: Disable notifications on a custom module

    The way todo it is in the file modules/YOURMODULE/YOURMODULE.php

    put the following
    Code:
    function send_assignment_notifications() {
            return;
        }
    Last edited by mikesolomon; 2011-09-20 at 02:50 PM.
    Mike Solomon
    Development Manager
    Ivy Ltd
    www.ivy.ltd.uk]www.ivy.ltd.uk

    php version 5.2.6
    MySql 5.1.59

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Custom Notifications from logic hook
    By aroyzen in forum Developer Help
    Replies: 3
    Last Post: 2009-11-04, 02:21 PM
  2. Custom Notifications
    By kinshibuya in forum Developer Help
    Replies: 3
    Last Post: 2009-11-02, 01:42 PM
  3. Replies: 2
    Last Post: 2009-04-08, 08:45 PM
  4. Replies: 3
    Last Post: 2009-01-30, 08:32 AM
  5. Replies: 0
    Last Post: 2008-09-25, 12:07 PM

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
  •