- 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-16-2017 01:59 AM
Hello Sergiu,
Thanks for that, yeah that would be the amount that is returned from the query and I'm getting back all that are there (even if it's 100s) but thank you for checking. It's a bit of a bag this Service Portal eh, but I do quite enjoy investigating, it's just when it's not doing what you expect is when it's rather annoying eh