- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2018 10:44 PM
Hi ServiceNow Gurus,
How can I set a True/False field (checkbox) to true (checked) by default on load?
Thank you very much.
Carlo
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2018 09:18 PM
Excellent!!!!!!!!!!!!
close the thread. So this helps other customers to learn from your thread by marking as correct answer.
thank you.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2018 03:08 AM
Hi,
Go to Configure dictionary, under Default Value tab, give the value as true.
Mark as Helpful if you find so.
Thanks,
Chappidi Archana
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2018 06:28 PM
I was able to resolve this. In the UI Action, I used this line of code:
current.u_field_a = true;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2018 09:18 PM
Excellent!!!!!!!!!!!!
close the thread. So this helps other customers to learn from your thread by marking as correct answer.
thank you.