Slushbucket on UI page needs a filter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-20-2025 07:55 AM
I am creating a UI page with a slush bucket. Unfortunately, the slush bucket has far more options than get displayed to the user. (ServiceNow will only display 100 options in a slush.) I need to allow the user to filter on this slush bucket so they can get to the options they need. I have seen slush buckets in ServiceNow with filters attached, but when I use
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-20-2025 08:06 AM
can you please which OOB UI page has slushbucket with filter capability for user?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-20-2025 09:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-20-2025 06:42 PM
can you explain what's your business requirement?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2025 08:22 AM
I have a related list on a form. I want to allow the user to create multiple entries on this related list with one swift action because they often have a lot of entries to add and do not want to do it one-by-one.
They would open the UI page and select multiple records from a different table which is a field on the related list table. Slush bucket is an ideal way to do this because they can easily select multiple records at once, or cherry-pick records, move them all to the right side, and click OK. After that, I have code that will pick up all the records from the right side and create entries in the related list based on those records.
It all works great except for the fact that there are 12,000 records for the user to choose from and they can only see the first 100 in the slush bucket.