how to increase related list record limitation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2023 04:42 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2023 04:48 AM
The related list number has the same config as the normal list view.
There is a system property named "glide.ui.per_page", just add your number and then choose it in a normal list. It will reflect in a relate dlist afterwards.
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2023 05:12 AM
Hi Peter,
I am asking about the list collector, when we click the related list(Affected CI) -> Edit, There will be a list collector will appear, there we could select only 100 records. here we need more than 200. I believe there must have one more system property to increase the number.
Thanks
Chandan

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2023 05:19 AM
I'm not aware of any possibility to increase that limit.
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2023 04:52 AM - edited ‎06-26-2023 04:55 AM
@chandan15 Navigate to System Properties table and search for the property "glide.ui.per_page", this should have values "10,15,20,50,100". Kindly change that by adding comma and the desired number.
Example:- "10,15,20,50,100,150,200" - This is to add 150 & 200 records.
Note:- Adding a higher number will impact the performance of your instance, so please be mindful about that. Also, this change will be on the platform level and not applied for individual table.
Please mark the appropriate response as correct answer and helpful