How to make a true/false (boolean) field mandatory?

chr_kluge
ServiceNow Employee
ServiceNow Employee

Hi everyone

 

Did some of you face the same problem?

In the change_request I would like to make "production_system" mandatory. As it is a True/False field and I don't want to change the type I tried to configured a choice list with none. But it isn't working either for the choice values "0" and "1" or for the values "true" and "false.

How can I achieve this?

 

Thanks a lot

Christina

10 REPLIES 10

It doesn't make any sense making a boolean field mandatory, For a check box blank means false and if you make it mandatory then you cant leave it blank.



So as jim.coyne mentioned, its better to use a drop down with none with yes/no value and make it mandatory


-Anurag