- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
on 01-19-2025 09:50 AM
I’m excited to share my very first article!
In ServiceNow , the "My Requests" Widget enable employees to view and manage the service requests.
Sometimes, the need arises to extend this widget to include additional data from other tables. This article provides a step-by-step guide on how to achieve this by updating the My Requests filter in the Service Catalog administration, without altering the widget's code.
- Log in to your ServiceNow instance and then Open Application navigator.
-
Navigate to Service Catalog > Catalog Administration.
2:
-
Within the Catalog Administration, find the My Requests Filter option.
-
This filter defines the data sources and conditions for the 'My Requests' widget.
For Example If you would like to add HR records to the My Requests widget then:
3:
- Click on the "Create New" and the table name and filter conditions to show what type of data.
- and then click save.
4:
-
After updating the filter conditions, save the configuration.
-
The changes will automatically reflect in the 'My Requests' widget without any need to modify the widget's script or UI.
Example:
I have created a new record in the "My Requests" filter for the HR table. The setup includes configuring the title, table name, filter condition, and specifying the primary and secondary fields to display in the "My Requests" list. Additionally, you can use the "Portal Page" field to define the redirection behavior when a ticket is clicked, ensuring a seamless user experience.
The output for this :
Thanks and Regards
Sai Venkatesh
- 4,100 Views
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Anyone having issues with the search not working for some additional records being added?
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
hello, do you know how to add watchlist requests to the view option that currently shows open and closed requests only?
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
@SAI VENKATESH Hi Sai, Will there be an update to add more filter options to the My Request widget?
@MadelineA747953 Take a look at this thread, there seems to be a custom solution for it.
I want to view "Watch List" tickets in the "My req… - ServiceNow Community
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Hi @zynsn
You need to update that particular widget which is out of the box .
Thanks and Regards
Sai Venkatesh
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
you need to update the out of the box widget in order to achieve that
thanks and regards
Sai venkatesh