Update sets for non admins ACL issue

Marcin Witosla1
Tera Expert

Hello ,

I have created new role update_set_admin to manage update set. Users with this role can:

  • see update set picker (System property glide.ui.update_set_picker.role set to true and write roles (my new role added))
  • see update sets created by themselves (ACL on sys_update_set READ CREATE DELETE WRITE) but they can see all Update sets ACL script is needed Please help with this
  • see Local Update sets application module (new role added to module)
  • they cannot  move update sets (ACL READ created on sys_remote_update and sys_update_XML)
  • edit other user update set Please help with this

 

Kind Regards

Marcin

1 ACCEPTED SOLUTION

Ah. This is not create issue. This is read issue.


So you also have to create one * ACL.  Try sys_update_set.* ACL.

 

Thanks,
Ashutosh

View solution in original post

8 REPLIES 8

Ashutosh Munot1
Kilo Patron
Kilo Patron

Hi,

So you have two questions

1) You want to restrict the edit option for update set if they created it? If that right then try below ACL: use your role and check user_name field in your instance.

find_real_file.png

2) 

  • edit other user update set Please help with this? What do you want to do here?

Thanks,
Ashutosh

Hello ,

Thank you for your response

I want to non admin users with update_set_admin role be able to  create and read only Update sets created by them (not admin Update sets ).For example:

Abel Tuter with update_admin role can see only own update sets.

i have created ACL WRITE nad READ with your code and role update_set_admin.

I have added this role to CREATE ACL

but cannot create new update set

find_real_file.png

Kind regards

Marcin

 

Miguel Donayre
ServiceNow Employee
ServiceNow Employee

Take a look at this post. I used to this to limit the update sets to show only the one the user-created or the default ones. 

 

https://community.servicenow.com/community?id=community_question&sys_id=24390554dbe4b3c85129a851ca96...

Marcin Witosla1
Tera Expert

Hello ,

Thank you for your help.

Only thing that is not solved is user with update_admin role cannot create Update set.

find_real_file.png

ACL CREATE:

find_real_file.png