Restricted admin access in ServiceNow

snowuser111
Kilo Guru

Hi,

I need to give few users admin access only to these modules so that they can develop content manage No other modules users should have other than below ones.

Can you please help.

script includes

Content Management

creating update sets

Thanks

1 ACCEPTED SOLUTION

provided all individual module/application admin roles to user and it worked.


View solution in original post

7 REPLIES 7

Tanaji Patil
Tera Guru

Hi snowuser11,



You need to create a new role, add that role to required modules (and applications), find out all the tables used under these modules and add/modify ACLs all these tables to grant required privileges to this role.



Thanks,
Tanaji


Subhajit1
Giga Guru

You can try adding the content_admin role to the users and check if that has the desired effect. You also might need to give selective access to other parts of the application for displaying data on the portal.


Gurpreet07
Mega Sage

Hi,


You could provide readonly admin access to by providing role snc_read_only along with admin role. Otherwise you need to configure ACLs .


Hi Gurpreet,



In that case those users will not be able to develop for that particular module inside servicenow. We want to restrict them for accessing rest of other modules other than the mentioned above as they use it for development .



Thanks