- 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-03-2014 04:27 AM
List type field is the only option i guess...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2014 04:30 AM
Maybe you can use an annotation and multiple booleans? Or create another table with your choices and have a reference slush bucket?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2014 07:37 AM
You both guys are right in a way I guess. I was thinking of creating a custom table and then having a field of type List, which references this custom table. The problem was that it appeared like a watchlist (with the padlock) and once you open it it dispayed the sys ids of my choices for some reason. I will try harder I guess, perhaps I did something wrong.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2014 08:44 AM
Dimitar - when you made your table, did you remember to mark one of the fields with Display=true? That would at least give something other than the sys_id to use as the default display value for each row.