Slushbucket on UI page needs a filter

snoozer
Mega Guru

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 

<g:ui_slushbucket> in the UI page, I get a slush bucket with no filter options.
 
How can I add a slush bucket with filter options to a UI page?
 
I've included an image that shows the slush bucket I have currently and the one I would like to create.
6 REPLIES 6

jna2756
Tera Expert

Hi,

 

Did you ever find a solution?

 

Thanks

Josh

No. I ended up writing my own text-based filter by adding a text box that the user could type into. After the user finishes typing, slush options reload and only display those options that start with the text that was typed in.