
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-05-2018 01:21 PM
In one of my catalog items, I have a variable of type list collector, which shows CIs. Issue is it only shows 100 CIs. Though we can select more than 100 by changing the filter criteria but when the request is submitted, Only 100 of them are saved and rest are ignored.
Please let me know how to remove this limitation.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-05-2018 01:29 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-05-2018 01:23 PM
It's not recommended to change this to be much higher than 100 for performance reasons, but you can adjust the 'glide.xmlhttp.excessive' system property to allow for more than 100 items at a time in a list collector.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-05-2018 01:25 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-05-2018 01:27 PM
In some cases, the property does not exist in a base instance, but can be added if you need to change the value

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-05-2018 01:29 PM
Just create the property if needed.