Results 1 to 3 of 3

Thread: Where can I find Role Management code in sugarcm

  1. #1
    vijay9948 is offline Senior Member
    Join Date
    Dec 2008
    Posts
    56

    Default Where can I find Role Management code in sugarcm

    Hi Everyone

    Am newbie to sugarcrm

    Where can I find Role Management code in sugarcm(In ahich files i can find role mangement code)

    I need to make some changes there


    so that when the user logins he will see only his records in the listview but not others(for custom modules)

    pls help me pls pls

  2. #2
    letrium is offline Sugar Community Member
    Join Date
    Dec 2008
    Posts
    614

    Default Re: Where can I find Role Management code in sugarcm

    Hi!

    You dont have to change the code of Role managment for be able view only own records - you need just add your custom module to table "acl_actions"

    like this

    (..... 'access', 'your_module_name', 'module', 89, 0),
    (......'view', 'your_module_name', 'module', 90, 0),
    (...... 'list', 'your_module_name', 'module', 90, 0),
    (....... 'edit', 'your_module_name', 'module', 90, 0),
    (........''delete', 'your_module_name', 'module', 90, 0),
    (........ 'import', 'your_module_name', 'module', 90, 0),
    (........ 'export', 'your_module_name', 'module', 90, 0),

    it will add your module to Role managment!

  3. #3
    vijay9948 is offline Senior Member
    Join Date
    Dec 2008
    Posts
    56

    Default Re: Where can I find Role Management code in sugarcm

    Thank u
    Thank u very much for ur reply

    can u explain me clearly pls am very much frasted about this role management for this custom modules
    pls

    pls



    With Regars

    cijayabhaskar

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Competition: Find the code sample
    By goko in forum Developer Help
    Replies: 44
    Last Post: 2010-03-04, 02:35 PM
  2. Where can I find Role Management code in sugarcm
    By vijay9948 in forum Developer Help
    Replies: 2
    Last Post: 2009-01-10, 11:41 AM
  3. Replies: 0
    Last Post: 2007-09-13, 06:53 PM
  4. Replies: 1
    Last Post: 2006-12-18, 07:19 AM
  5. Role Management
    By arjun in forum Help
    Replies: 1
    Last Post: 2006-07-31, 06:18 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
  •