- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2023 10:30 AM
Hi,
We have list collector variable pointing to custom table which will pull all values (a to z) based on the reference qualifier. Available box is showing till G letter if we scroll to complete bottom of the box and it will show z letter only if search in the box. We are looking to show all the values from A to Z instead of searching for specific values in the list collector search. How can we achieve this?
Thanks,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2023 12:01 PM
In the absence of the property, a default value (100?) is being used. Create the property, and set the value to however many records comprise A to Z in this case, plus some for growth maybe.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2023 10:55 AM
If you change the value of the system property named glide.xmlhttp.excessive more rows will be loaded into the Available box. This applies to every list collector / slushbucket system-wide, so could have a negative performance impact if set to too large of a value.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2023 11:53 AM
We do not have that property (glide.xmlhttp.excessive) in the instance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2023 12:01 PM
In the absence of the property, a default value (100?) is being used. Create the property, and set the value to however many records comprise A to Z in this case, plus some for growth maybe.