How to Create custom roles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2023 07:37 AM
we need to create a role which is only allowed to do ADMIN related work like
Committing update set/Running background script .
I need to Create a role which should work for commit update set and background script alone.
and need to check it with the user.
so can you tell me how to create a role for this ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2023 08:21 PM - edited 02-09-2023 09:01 PM
Hi @devservicenow k ,
For update set(sys_update_set) you can edit the ACL on this table and give the new role but background scripts may it won't work without admin role.
ServiceNow Community MVP 2024.
Thanks,
Pavankumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2023 09:29 PM
Have a try with below pic。
Add your new Role Here!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2023 10:05 PM
@newhand I have Added the new roles to the scripts back ground
on impersonating the user the script-background is coming like this
what is the issue?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2023 12:05 AM
what i posted can only show the menu.....but the next page also needs to be modified, however i can't find the page...
Assume you successed to show the scripts-backgroud page . The script to run also hava problmen with ACL ....
I gave up。。。。