Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Change List Field to Display Two Buckets

Brandon Warren
Kilo Guru

Hello,

 

I'm working on building a custom application and one of the fields on the form is a List. I'd like the list to be displayed like the image below with two buckets. The left being all the available options, and the right being the selected options. 

BrandonWarren_0-1732219760651.png

 

When I create the List field, it's only one bucket with a search option to add items.

 

BrandonWarren_1-1732219829311.png

 

Is there an attribute I need to change on the dictionary entry for the field to display the first way? Any help is appreciated!

1 REPLY 1

Bhavya11
Kilo Patron
Kilo Patron

Hi @Brandon Warren ,

 

 

'Slush Buckets' are NOT available as 'form fields'. This type of variables is only available as a Catalog variable.

 

 You do not have an exact functionality of adding a Slush bucket OOTB.

 

You can reference to create customized approach :https://servicenowguru.com/system-ui/ui-actions-system-ui/creating-custom-slushbucket-popup-dialog/

 

thread : https://www.servicenow.com/community/developer-forum/slush-bucket-look-as-in-native-ui/m-p/2367075

https://www.servicenow.com/community/developer-blog/mini-lab-add-a-slush-bucket-control-to-a-dialog-... 

 

 

Thanks,

BK