Roles: give access rights to table for different users

stryker129
Mega Guru

Hello guys,

I have custom table "Customer" and have 4 groups of users.

Each group contains multiple users.

Now I would like to give read-only access for one of the groups to one of the application modules.

What are correct steps to do it?

My steps are in the following:

1. Create new role

2. Add this role to user

3. Add this role to group

4. Edit ACL rules: add this role to "read" only; remove other roles from "create", "write" and "delete" actions.

As a result user with this role have full access to mentioned table, but he should have only access to "read"

Thanks in advance

1 ACCEPTED SOLUTION

Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

Hello Ivan,



You have to create a new role and assign it to the group. When you assign roles to groups rather than to individual users, members of the group inherit the role. When a user switches groups, the new group role is assigned automatically.



Coming to your second question you will have to assign the custom role in "Read" level ACL's. However restrict create,write and delete with some other custom role.


http://wiki.servicenow.com/index.php?title=Using_Access_Control_Rules



View solution in original post

6 REPLIES 6

Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

Hello Ivan,



You have to create a new role and assign it to the group. When you assign roles to groups rather than to individual users, members of the group inherit the role. When a user switches groups, the new group role is assigned automatically.



Coming to your second question you will have to assign the custom role in "Read" level ACL's. However restrict create,write and delete with some other custom role.


http://wiki.servicenow.com/index.php?title=Using_Access_Control_Rules



If I have answered your question, please mark my response as correct so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list.



If you are viewing this from the community inbox you will not see the correct answer button.   If so, please review How to Mark Answers Correct From Inbox View.


Unfortunatelly I've no "Correct answer" button here Gyazo - 1c07cc569ac20b9443976cc8f18cb4b5.png


Thanks Ivan for the update. dan.bruhn..Can you please help here.