- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-10-2017 05:30 AM
Hello all,
I have been searching for a while now but I cannot find a way to increase the number of records displayed in a list within the Service Portal. So for example when you use the Data Table from instance widget in the Portal it only shows a maximum of 20 records, is there a way to increase it to say 50?
Thank you
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-10-2017 06:12 AM
You're right, I did same test on my test instance and still got 20. I looked further and I found that in out of box configuration, the widget My Open Incidents is hardcoded with 20, like in screen shot below. Changing there to 50 solved the issue. Even so I do not recommend setting it higher than 50 as you might get performance issues.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-10-2017 06:35 AM
Sergiu,
Where did you go to get your My Open Instances Instance record? Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-10-2017 06:38 AM
Service Portal -> Widget instances -> Title is My Open Incidents:
https://<yourinstance>.service-now.com/sp_instance_list.do?sysparm_query=title%3DMy%20Open%20Incidents
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-10-2017 06:40 AM
Thanks I found it just after I sent that message, the Maximum entries field is hidden off the form!
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-10-2017 07:49 AM
Hello again Sergiu,
Just double checking, so did you say that as soon as you set your maximum entries value in the Instance record to 50 that's how many were displayed in the list in the Portal? If so, what release are you on as I'm on Helsinki and I still can get the list to increase from 20 to 50.
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2017 03:47 AM
Hi Martin,
I've tested both Helsinki and Istanbul and behavior was the same: as soon as I update 'Maximum entries' field from the widget, on first reload of the service portal page, the list displays the new value.
Just to eliminate any kind of browser caching issues, can you do a test by changing the value and then logging in with another browser to see if the result is ok or not?