"Select All" Option for GlideList field..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-27-2011 10:08 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-01-2011 08:00 AM
Any Update on this please....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-01-2011 08:25 AM
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.