Results 1 to 5 of 5

Thread: How to allow users to delete mail from group inbox?

  1. #1
    Quentin is offline Member
    Join Date
    May 2007
    Posts
    5

    Default How to allow users to delete mail from group inbox?

    Hi folks,

    I'm looking for a way to allow my users to delete email from the group inbox WITHOUT making them administrators? Does anyone know a solution for this problem?

  2. #2
    Angel's Avatar
    Angel is offline Sugar Community Member
    Join Date
    Jul 2005
    Location
    Los Angeles
    Posts
    4,813

    Default Re: How to allow users to delete mail from group inbox?

    If you click "All Emails", it should list all messages, including those from the Group Inbox, and you would then be able to delete.
    Regards,

    Angel Magaņa
    Co-Author: Implementing SugarCRM 5.x (Packt Publishing -- Sept. 2010)
    Blog: http://cheleguanaco.blogspot.com.
    Twitter: @cheleguanaco.

    ________
    | Projects: |_____________________________________
    |
    | CandyWrapper (.NET Wrapper for SugarCRM SOAP API). Source now available on GitHub!
    | GoldMine to SugarCRM Express Conversion. Latest: 1.0.1.7 (Nov. 3, 2009)
    | CRM SkyDialer (Skype Integration). Latest: 1.0.2 (Feb. 17, 2010)
    | Round Robin Leads Assignment
    | Phone Number Formatter
    | CaseTwit (Twitter Integration)
    ______________________________________________

  3. #3
    Quentin is offline Member
    Join Date
    May 2007
    Posts
    5

    Default Re: How to allow users to delete mail from group inbox?

    Thanx, yup, this solved my problem. Does anyone know if there is any particular reason that users are not able to delete from the goup inbox, while they can from the 'All E-mails' view?

  4. #4
    cdembek is offline Sugar Community Member
    Join Date
    Apr 2007
    Posts
    18

    Default Re: How to allow users to delete mail from group inbox?

    anyone on this one??

  5. #5
    cdembek is offline Sugar Community Member
    Join Date
    Apr 2007
    Posts
    18

    Default Re: How to allow users to delete mail from group inbox?

    I solved it by editing the following file

    modules/Emails/Email.php

    Right about line 1535 you will see the following

    if(is_admin($current_user)) {
    $out .= '<div class="listViewButtons">
    <input title="'.$app_strings['LBL_DELETE_BUTTON_TITLE'].'"
    id="del_button"

    Change

    if(is_admin($current_user)) {

    To

    if($current_user) {


    Please let me know if this worked for you..

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Group Mail Configure
    By vaishjan in forum Feature Requests
    Replies: 1
    Last Post: 2008-11-10, 10:48 PM
  2. Group Mail Configuration
    By vaishjan in forum Help
    Replies: 17
    Last Post: 2008-02-07, 02:23 AM
  3. 4.50c Group Inbox odd behavior? Urgent!
    By Elmerbug in forum Help
    Replies: 0
    Last Post: 2006-10-04, 03:04 PM
  4. empty, clean up, delete group inbox.
    By ellerjefe in forum Help
    Replies: 1
    Last Post: 2006-08-17, 12:07 AM
  5. Group Mail
    By vaishjan in forum Help
    Replies: 1
    Last Post: 2006-06-07, 06:16 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
  •