LIst Collector not showing all users

John H1
Tera Guru

I'm using a list collector on a form showing the List Table as sys_user source.

I'm only seeing small list of users, I can type a user name and it's available to use, but our users want to see the entire list of users. 

JohnH1_0-1726751263083.png

 

1 ACCEPTED SOLUTION

Brad Bowman
Kilo Patron
Kilo Patron

There is a system property named glide.xmlhttp.excessive the value of which sets the number of records shown in the 'Available' box of slushbucket fields and list collector variables system-wide.  If this property does not exist the default number of records is shown (100).  I have created a property with this name in my environments, and set the value to 300.  Keep in mind if the value is too large you might see some performance issues while the form and list are loading. 

View solution in original post

2 REPLIES 2

Anurag Tripathi
Mega Patron
Mega Patron

I guess the default list only loads like 100 records, if you have filter on then you can filter to get results that are not loaded by default.

Try this by removing the no filter attribute.

-Anurag

Brad Bowman
Kilo Patron
Kilo Patron

There is a system property named glide.xmlhttp.excessive the value of which sets the number of records shown in the 'Available' box of slushbucket fields and list collector variables system-wide.  If this property does not exist the default number of records is shown (100).  I have created a property with this name in my environments, and set the value to 300.  Keep in mind if the value is too large you might see some performance issues while the form and list are loading.