"Select All" Option for GlideList field..

nataraj1
Kilo Contributor

Hello everyone,

I have Business(type glide_list) and Sub Business(type glide_list) field in my Problem form.These fields are references to business table.

Recently we got a requirement from client like we need some option to allow selection of all values for these fields in single click instead of selecting value one by one.

Currently, the user needs to select each item individually, we should have some way to 'select all'.

Is this possible?
Or
Similar kind of way to achieve above requirement.

Thanks in Advance.

Best Regards,
Natraj

2 REPLIES 2

nataraj1
Kilo Contributor

Any Update on this please....


CapaJC
ServiceNow Employee
ServiceNow Employee

After a record has been inserted, a glide_list field gets an "add/remove multiple" icon that takes you to a slushbucket where you can select multiple records easily.

The icon is not there before a record has been saved the first time because clicking it forces a save of the record, and that was considered to be a Bad Thing on initial submit.

That's the only thing I know of that will do something like what you want.