- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
This question was posed in a 2023 post. The answer was to go to glide.sc.req_for.roles and update it if needed. If it's blank that means all roles have access.
Ours is blank but I have a user who still sees a grayed out 'Request for' field on the Order Confirmation page (screenshot is attached).
Any suggestions?
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
there is 1 more property in picture
glide.sc.req_for.roles.default
This property defines a default behavior when there are no roles given in property "glide.sc.req_for.roles".
-> When the value is "allow" and the value of glide.sc.req_for.roles is empty, then any user can request items for other users.
-> While the value is "deny" and the value of glide.sc.req_for.roles is empty then no user can request items for other users.
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Thank you! That worked!
