- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2017 02:27 AM
Hi All,
I've added the 'My Requests' widget to the service portal that I am configuring. When it reaches the display limit it just displays the following message:
'First 5 of 48 shown', On the simple list widget it gives the option to 'view all' and then takes you to a table view to see all the logs. How can something similar be added to the 'My Requests' widget?
Any help is greatly appreciated.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2017 05:57 AM
Hi Sam,
I would suggest that you go to Widget Instances, Open the widget instance for My Incidents and change the following fields
Title: My Requests
Table: Requested Item
Filter: Active is true and other filters as required
Perform an Insert and Stay, This has created a new instance of simple list that you could add on your portal
Thank You
Please Hit Like, Helpful or Correct depending on the impact of response

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2017 02:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2017 02:45 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2017 02:57 AM
Sam yes, You need not to write any number in the Maximum entries field. You need to keep it blank then it will show all the request.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2017 03:35 AM
Hi Ujjawal,
In the code for the widget there is the below code so if you leave the maximum entries field blank to seems to revert to this.
As mentioned, I want the widget to only display say the first 10 records as there will be a background image, if I changed it to just show all of the records it would stretch the image and look very untidy.
Ideally I want the widget to show the first 10 records and then either have a view all button which takes me to another page to see all the records or have arrow buttons so I can toggle between the records
Thanks