Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2023 06:24 AM
Hello,
I would like to have a field empty or blank when loading the form, I see there is a none option but i would like to use blank instead of none. Can someone help me out here please?
Solved! Go to Solution.
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2023 06:48 AM
You can just use Onload Client script with below line.
g_form.addOption('fieldname', '', '', 1);
Configure choice as Dropdown without None.
Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2023 06:48 AM
You can just use Onload Client script with below line.
g_form.addOption('fieldname', '', '', 1);
Configure choice as Dropdown without None.
Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP