- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-16-2016 06:01 AM
Hi all,
We have a need to create an ACL for a user/role (it's a service account) that will have read access to every table on ServiceNow. I assume creating a " *.* " read ACL with the custom role we created for the user will work but wanted to double check make sure this wouldn't affect anything else since it is " *.* ".
Thanks in advance,
Joshua Anderson
Solved! Go to Solution.
- Labels:
-
Instance Configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-16-2016 06:37 AM
Hi,
Could you take advantage of the snc_read_only role?
I have used it in similar situations in combination with some other roles/groups that give access to the tables themselves. Quick and less dirty
ServiceNow Read Only Role - ServiceNow Wiki
BR,
Jan

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-16-2016 06:07 AM
Hi Joshua,
You may actually want to create two ACLs. One for "*" (all records on all tables) and one for "*.*" (all fields on all tables.)
As always with security, TEST, TEST, TEST!
Using Access Control Rules - ServiceNow Wiki
Security Best Practices - ServiceNow Wiki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-26-2020 10:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2023 10:43 AM
Hi Chuck,
I created 2 ACLs and assigned them to a role, but I still can't access tables
What else do we I need to do?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-16-2016 06:37 AM
Hi,
Could you take advantage of the snc_read_only role?
I have used it in similar situations in combination with some other roles/groups that give access to the tables themselves. Quick and less dirty
ServiceNow Read Only Role - ServiceNow Wiki
BR,
Jan