We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

How to make CHECKBOX true by default in an Order Guide page

Sri63
Mega Expert

Hi,

I want to make a CHECKBOX true by default when I enter into that page

1. When I enter into a Order Guide Page it will look like below

find_real_file.png

2. When I check this box there is a dependent field which will popup. So now I would like to have this checkbox CHECKED automatically when I enter into this page
find_real_file.png 

1 ACCEPTED SOLUTION

Anurag Tripathi
Mega Patron

Hi Shrini,

 

This is a variable of type check box and all you need to do is set the default value to true on the variable.

-Anurag

View solution in original post

3 REPLIES 3

Anurag Tripathi
Mega Patron

Hi Shrini,

 

This is a variable of type check box and all you need to do is set the default value to true on the variable.

-Anurag

Thanks Anurag 

omer_g
Tera Contributor

Another workaround is to create each option in separate variable set. "Active" variable is in variable set 1 and "Key user" is in variable set 2 if you can manage later.

find_real_file.png