Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

Grant non-admin users ability to use Application Picker

Rosemary4
Tera Expert

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?

1 ACCEPTED SOLUTION

Kieran Anson
Kilo Patron

Hi Rosemary,

correct, delegated development is the path you'd need to go down.

View solution in original post

2 REPLIES 2

Kieran Anson
Kilo Patron

Hi Rosemary,

correct, delegated development is the path you'd need to go down.

Not applicable

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.

darwinsychangco_0-1706941308108.png