How to Create custom roles

devservicenow k
Tera Contributor

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 ?

@Ankur Bawiskar @Brad Bowman  

10 REPLIES 10

Pavankumar_1
Mega Patron

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.

Screenshot (667).png

 

If it helps please click Accept as Solution/hit the Thumb Icon.
ServiceNow Community MVP 2024.
Thanks,
Pavankumar

newhand
Mega Sage

@devservicenow k 

Have a try with below pic。

 

1.pngAdd your new Role Here!Add your new Role Here!

Please mark my answer as correct and helpful based on Impact.

@newhand I have Added the new roles to the scripts back ground1002b.jpg

 

on impersonating the user the script-background is coming like this

1002c.jpg

what is the issue?

@devservicenow k 

 

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。。。。

 

 

Please mark my answer as correct and helpful based on Impact.