The Zurich release has arrived! Interested in new features and functionalities? Click here for more

Adding slush bucket to form

sbolton
Mega Expert

Can you add a Slush bucket directly onto a form?   Originally I thought it was just a different data type but cant seem to find it.

1 ACCEPTED SOLUTION

p_reddi2k
Giga Expert

Sean,



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


View solution in original post

9 REPLIES 9

p_reddi2k
Giga Expert

Sean,



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


manikorada
ServiceNow Employee
ServiceNow Employee

Sean,



Instead you can use glide_list filed which will give you similar functionality.


Yup I saw that, I really like the sluch bucket thx for the reply


You can roll your own, of course. I've done some pretty wild slush buckets for specific purposes before, such as the one in the image here that allows you to have to left side selection sets, in order to build a list on the right.


set_list_editor.png



Let me know if you need to know more about how to do that.