- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2024 06:07 AM
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.
Solved! Go to Solution.
- Labels:
-
Service Desk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2024 06:15 AM - edited 09-19-2024 06:18 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2024 06:13 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2024 06:15 AM - edited 09-19-2024 06:18 AM
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.