Filtering Request Items Based on Catalog Item, ITIL Role .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2025 02:54 AM
Hi All,
How can I filter the Request Item table in ServiceNow to retrieve request items associated with a specific catalog item, for users who are members of certain groups and have an ITIL role assigned, and were generated through the Service Portal?
Thanks,
Santusht
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2025 03:06 AM
You can filter on catalog item using the field "Item". For filtering on a users role, you should be able to dot walk into Requested For (or similar) > Roles. The user group may be more difficult, and I think you will need to script the filter (something like javascript:gs.getUsersInGroup('group_name')).
Unfortunately I'm not sure about the Service Portal channel, I'm not aware of anything OOB for this.
Rich
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2025 03:14 AM
Hi @richardyaxl ,
Thanks for reply ,
But can i filters RITM For certain groups that have itil role based upon specific catalog item ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2025 03:07 AM
You can determine RITM raised by certain users/member of group
You can determine if the requested for has itil role
But you cannot determine if RITM was generated using Portal or Native
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-18-2025 03:13 AM
Hi Ankur ,
Thanks for reply ,
But can i filters RITM For certain groups based upon specific catalog item in backend