- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2025 07:06 AM
Hello
I have a need in a portal catalog item to filter the users possible to be selected in the "Request For".
Does anyone have an idea on how I can achieve this ?
I want to only return users from a specific company and not the full list.
Thanks
Jérôme
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2025 07:50 AM
simply update the query in this property -> glide.sc.request_for.query
I updated it with query and it has only 1 user
Output: I am able to select only that user, so the filter got applied
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2025 12:20 PM
Can I script that based on a specific catalog item ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2025 07:33 PM
For that you might have to make some changes in widget.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2025 03:58 AM
Can I apply a copy of the widget to a specific catalog item or will I have to change it for all ? I didn't manage to find the way to replace the widget used. I did a clone already.