which variable type allows mulitple selection

sohan_snow
Tera Contributor

Hi All,

In a catalog item, i need to use a variable that will have multiple choice values   and should also allow multiple selection. Also, this variable should be mandatory(i.e atleast 1 option to be selected before the request is placed).

I am able to achieve it via a series of checkboxes but not getting how can I make the selection of any 1 checkbox mandatory before the submission (i.e users are able to submit the form without selecting the checkboxes)

Is there any other alternative to achieve the same

find_real_file.png

Thanks in advance

1 ACCEPTED SOLUTION

Harish KM
Kilo Patron
Kilo Patron

When you create a check box variable. you have a check box called selection required. Make that true. So that your all the multiple choices will be mandatory. i.e they shud select atleast one



find_real_file.png



find_real_file.png


Regards
Harish

View solution in original post

7 REPLIES 7

hi harish, this is exactly what I was looking for


thanks a ton


malaisamyj
Tera Contributor

Hi Sohan,



Create a List field and make the field directly mandatory.. Right click over the field and go to configure dictionary and check Mandatory option



Thanks,


Malaisamy



Mark helpful if it helps..


There's no such thing as making a single checkbox (true/false) field mandatory because it always has a value. Mandatory means you don't have a value in the field and try to submit the form. Since true/false fields always have a true or a false value, there's never a null value and thus the mandatory checkbox on a field means nothing. I like the suggestions above of making the section mandatory. Haven't discovered that one yet. I'll do some exploring.