
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2020 01:18 AM
In List view we have an option to show more rows per page like the below screenshot:
But in Related Lists we don't have such option. Please see to the below screenshot:
Our users want to be able to see more rows at a time in related lists like normal Lists. Please let me know if there is any way to do that.
Thanks,
Sattyaki
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2020 01:24 AM
Hi,
Related lists show records in tables that have relationships to the current record So, not sure why would there be a need to use Show for Related lists as Related lists will show all records related to current form by default.
In case, if need then the only option is to open the query in Open new window & then use the Show that appears for List Layout.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2020 01:24 AM
Hi,
Related lists show records in tables that have relationships to the current record So, not sure why would there be a need to use Show for Related lists as Related lists will show all records related to current form by default.
In case, if need then the only option is to open the query in Open new window & then use the Show that appears for List Layout.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2020 01:42 AM
Hi Sattyaki,
Related lists use "rowcount" User Preference for the logged in user. So consider if they see 20 records in a normal list then they will see 20 in a related list. If their preference is set to 100, they'll get 100 in both places.
As said by Jaspal the related list would show all records which are related to current record.
There is a chance that while defining the relationship developer has added some restriction on number of records to be shown which are matching.
If my answer solved your issue, please mark my answer as ✅ Correct & 👍Helpful based on the Impact.
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2022 06:41 AM
Hi Ankur,
Can we do pagination in the related list (relationship code). Lets say I got result of 100 records but I wanted to show 10 per page with 10 pages. Can we do this through coding. This code should apply to only related list not to main list.
Thanks,