Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

Clarification on snc_read_only role

pgrover
Giga Expert

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 ?

3 REPLIES 3

Not applicable

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




Read-only role


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?


Not applicable

Yes,



Please test the scenario in your personal dev instance and let me know if you need ant other information related to this.