- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2017 08:02 AM
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
Solved! Go to Solution.
- Labels:
-
Best Practices
-
Studio
-
User Interface (UI)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2017 08:10 AM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2017 08:10 AM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-30-2017 07:48 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-31-2017 04:11 AM
Unfortunatelly I've no "Correct answer" button here Gyazo - 1c07cc569ac20b9443976cc8f18cb4b5.png

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-31-2017 08:22 AM
Thanks Ivan for the update. dan.bruhn..Can you please help here.