how to increase related list record limitation

chandan15
Tera Contributor

There are some limitation for related list of 100 nos. How can I increase the limitation to more than 100.

For EX- Under the incident, we can add affected CI's in Related list. But here we can add only 100 affected CI's. How can we add more than 100.

5 REPLIES 5

Peter Bodelier
Giga Sage

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.

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 

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.

Arun_S1
Tera Guru
Tera Guru

@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

 

Arun_S1_0-1687780417127.png