
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2022 04:25 PM
I've setup a new role which allows non-admins the ability to use the Update Set Picker, as documented here:
https://docs.servicenow.com/bundle/sandiego-application-development/page/build/system-update-sets/task/t_GrantAccessToTheUpdateSetPicker.html
I'm trying to also grant access to the Application Picker but can't find any documentation on this other than some suggestions to use Delegated Development. Is this the only way of achieving the desired outcome?
Solved! Go to Solution.
- Labels:
-
Platform and Cloud Security

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2022 05:11 PM
Hi Rosemary,
correct, delegated development is the path you'd need to go down.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2022 05:11 PM
Hi Rosemary,
correct, delegated development is the path you'd need to go down.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-02-2024 10:23 PM
Create this system property glide.ui.apps_picker.role string type with the role you created for the glide.ui.update_set_picker.role. I found out that the macro ui_application_picker is looking for this property. If it doesn't exist, it defaults to admin.