How to Modify the Number of Items Visible in the Collection Slushbucket on a Related ListDescription<span class="CmCaReT" style="display:none">�</span><span id="__caret">_</span><span class="CmCaReT" style="display:none">�</span><span id="__caret">_</span><span class="CmCaReT" style="display:none">�</span><span id="__caret">_</span><span class="CmCaReT" style="display:none">�</span><span id="__caret">_</span><!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Slushbuckets allow users to select multiple items from a list of available items. They are used in many operations, such as personalizing lists, adding items to related lists, and service catalog list collector variables. Some slushbuckets provide filter and search controls for available items, such as adding items to related lists. Users often need to increase the number of records that appear in the Collection slushbucket. The maximum number of entries shown in the Collection slushbucket is set by a global property called glide.xmlhttp.excessive. This property sets the number of items visible in the Available half of a many-to-many or one-to-many slushbucket. The glide.xmlhttp.excessive property defaults to 100, including instances where the property does not exist. The value can be modified, if necessary. If the value is set too high, it can cause performance degradation because all items need to be loaded every time the list collection form window is opened. ResolutionThe glide.xmlhttp.excessive property only impacts the Collection (left) slushbucket. The List (right) slushbucket contains as many items as selected, regardless of the property value. Note: In some cases, the property does not exist in a base instance, but can be added if you need to change the value. To change the maximum number of records that display in a slushbucket: In the Navigation filter, type sys_properties.list.Search for the property name glide.xmlhttp.excessive.The Value field sets the desired value for property. Update the property value to the number of records you want to appear in the Collection slushbucket.Navigate to a related list and click the Edit button. Verify that the number of records in the slushbucket reflects the property value.