Clarification on snc_read_only role
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-27-2017 04:00 AM
Hi ,
I have snc_readOnly role on my insatnce , that's why I have the ReadOnly access to my applications.
But When I impersonate with someone , same is the result . The impersonated User has also the readOnly access.
But why ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-27-2017 04:04 AM
Hello Prerna,
The ServiceNow read-only role (snc_read_only) restricts a user (or a group of users) to read-only access on the tables to which the user already has access. This role is not intended to be the only role a user has. It is intended to be an additional role (in addition to the roles that the user normally has) for the purpose of restricting insert, update, and delete operations on the tables that the user can access as defined by the other roles.
http://wiki.servicenow.com/index.php?title=ServiceNow_Read_Only_Role#gsc.tab=0
ServiceNow Commnunity MVP -2018 class.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-27-2017 04:13 AM
Hi Karthik,
Yes , I have gone through this article .
I just wants to clear my doubt :
Does the Impersonated User will also have the readonly access to table?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-27-2017 04:15 AM
Yes,
Please test the scenario in your personal dev instance and let me know if you need ant other information related to this.
ServiceNow Commnunity MVP -2018 class.