- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-16-2017 04:59 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2017 01:02 AM
provided all individual module/application admin roles to user and it worked.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-16-2017 05:30 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-16-2017 05:34 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-16-2017 05:40 AM
Hi,
You could provide readonly admin access to by providing role snc_read_only along with admin role. Otherwise you need to configure ACLs .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-18-2017 01:23 AM
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