Results 1 to 5 of 5

Thread: How to hide users?

  1. #1
    rehlers is offline Member
    Join Date
    Nov 2008
    Posts
    9

    Default How to hide users?

    Basically - I have 10 users. Each should be able to see their own stuff, works fine. But I don't want them to see each other. I.e. Each user can see the admin, but not another user, or his/her data.
    I figured out how to hide the data, but not how to 'hide' the user.

    Does this function exist? Or any ideas what to do?

    Thanks!

  2. #2
    eggsurplus's Avatar
    eggsurplus is offline Sugar Community Member
    Join Date
    Dec 2005
    Location
    Minnesota
    Posts
    2,343

    Default Re: How to hide users?

    Just curious, why can't they know that each other exists?

  3. #3
    rehlers is offline Member
    Join Date
    Nov 2008
    Posts
    9

    Default Re: How to hide users?

    We don't want to publish how many marketing people we have on certain campaigns.
    More importantly, do you know how to hide them?

  4. #4
    sugarcane is offline Sugar Community Member
    Join Date
    Apr 2005
    Location
    Chicago, IL
    Posts
    1,207

    Default Re: How to hide users?

    Hello,

    you can use the Roles in the admin area to only allow users to view records that are assigned to them.

    to remove the Employees link (is this what you mean by hiding the other users?), go to include/gobalControlLinks.php and comment out these lines:

    PHP Code:
    $global_control_links['employees'] = array(
    'linkinfo' => array($app_strings['LBL_EMPLOYEES']=> 'index.php?module=Employees&action=index'),
    'submenu' => ''
    ); 
    Intelestream has a great deal of experience hosting and customizing the SugarCRM application. Our company is made up by former employees of SugarCRM, and together we have over 50 years of experience working with the application. To learn more about us, please visit our website at www.intelestream.net or contact us directly at 800-391-4055 or by email at info@intelestream.net

  5. #5
    rehlers is offline Member
    Join Date
    Nov 2008
    Posts
    9

    Thumbs up Re: How to hide users?

    It worked!

    Thank you.

    Next thing is to remove the 'assign to' button/functionality and/or mass update as all employees show up there again. I have a look in the forum first, there must be someone who needed this before. If not, may I ask you again?

    Thank you.

    R

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Hide information of other users
    By mapi33 in forum Help
    Replies: 1
    Last Post: 2008-07-08, 08:51 PM
  2. Hide information of other users
    By mapi33 in forum Help
    Replies: 3
    Last Post: 2008-07-08, 02:55 PM
  3. How to hide Tabs for Users?
    By AnitaD in forum Help
    Replies: 3
    Last Post: 2008-05-05, 01:14 PM
  4. Replies: 1
    Last Post: 2007-10-12, 06:49 PM
  5. Replies: 3
    Last Post: 2007-07-20, 03:19 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
  •