- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2014 04:07 AM
Hi SNC,
Is there a way to add a field which is multiple choice to a standard form (ex: change form)?
The field types OOTB do not offer this. Variables do, but I can't think of a way to add a variable to personalize the form.
Anyone done this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2014 03:08 AM
As far as I can guess LIST is exactly what you need. Yes you wil have to create multiple check boxes which is not a viable option.
This is from wiki:
List | Reference field that accepts multiple references rather than just one |
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2014 12:05 AM
Hm, nope, I will try this today, thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2014 12:58 AM
on a Form multiple choice can be achieved in the following 2 ways
1) glide_list
2) check box
If the choices/options are not frequently changing then check box can be used, otherwise glide_list is a better option as its dynamic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2014 02:43 AM
Glide List and Check Box are variable options if I am not mistaking, so it's valid if you mean to use it in a service catalog item. I don't think Multiple Check Box is a field type.
And how do you recommend to use glide list?
Correct me if I am wrong please.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2014 02:44 AM
Dictionary type =true/false will give you a check box
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2014 02:48 AM
Yes, but doesn't that mean that if I want multiple options to check, I need to create multiple true/false fields?