Multiple checkboxes are named as "options". can we able to rename it?

Pradeep67
Tera Contributor

Hi,

 

I have two checkbox variables. On the form these are showing under 'Options'.

I want to rename it and make it mandatory. if any of two checkboxes are checked then it should be non-mandatory(that is, i should be able to submit the form).

7 REPLIES 7

Mark Roethof
Tera Patron
Tera Patron

Hi there,

You can add a variable of type Label before the order of the checkboxes. On that label you can define a name, which then will be visible instead of the "Options" what you are seeing now.

For example:

find_real_file.png

If my answer helped you in any way, please then mark it as helpful.

Kind regards,
Mark
2020, 2021 ServiceNow Community MVP
2020, 2021 ServiceNow Developer MVP

---

LinkedIn
Community article, blog, video list

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

Ankur Bawiskar
Tera Patron
Tera Patron

Hi,

You cannot rename it unless you use DOM manipulation which is not recommended.

Regards
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Just adding a Variable of type Label will do. No DOM manipulation needed.

If my answer helped you in any way, please then mark it as helpful.

Kind regards,
Mark
2020, 2021 ServiceNow Community MVP
2020, 2021 ServiceNow Developer MVP

---

LinkedIn
Community article, blog, video list

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

Mark Roethof
Tera Patron
Tera Patron

And for your mandatory question. After having the setup like I mentioned, you can just make your checkboxes mandatory. This will work fine because they are grouped.

If my answer helped you in any way, please then mark it as helpful.

Kind regards,
Mark
2020, 2021 ServiceNow Community MVP
2020, 2021 ServiceNow Developer MVP

---

LinkedIn
Community article, blog, video list

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn