Service Portal "My Requests" widget not showing any data
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2019 03:57 AM
Hi All,
We have created a custom page called "my tickets" and published My Requests (my-requests-v2) widget instance on it. The my requests widget was not available on my servicenow instance. So I have exported the code and dependancy from developer instance.
Now it is not showing any data and showing the below message on load.
I have not changed the code for this widget. Can someone please help me with this.
- Labels:
-
Service Portal

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2019 04:01 AM
My Requests widget looks for tables in below table, make sure you have records in them.
https://<instance_name>.service-now.com/request_filter_list.do?sysparm_query=active%3Dtrue
and other thing is this widget seems to be available from madrid, not sure about the backward compatibility
Thanks,
Vignesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2019 03:25 AM
Navigate to My Request Filters and check if "Service Catalog Request"(For REQ) is active. Also check if that record has :" Applies to " value set to Service Portal too.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2023 05:06 PM
I found that if the Request (sc_request) does not have any related item (sc_req_item), the record is not shown in the "My Request" widget.