Is there a way to create an additional usertype?

We want to limit the rights of some user in sugar, in this case only allow certain users to delete contacts completely. Our idea was to create a user type called "limited user" with less rights than the regular user but I cannot find a way to do that. Is that possible? Or is there another way to limit rights?

Parents Reply
  • There are only 2 types of user in SugarCRM

    i) Regular user

    2) Admin user

    for making a user-specific to any module or access level, you need to manage it with a combination of team + Role.

    In your case, ideally, you need to create a Role named "limited user", then allow it whatever you need.

    Moreover, if you want it to limit with certain record set on listview, create a team something like "limited user team" and make your default team for those users who should inside this team and Role.

     

    Hope this helps!

Children