- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2023 07:45 AM
Hi All,
I have choice field, one duplicate choice is automatically created . How to remove that newly created choice. That choice is also not in choice list. Please see blue colored choice in attachment which needs to be removed.
Thanks,
Tara Singh
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2023 08:02 AM
Hello @Tarasingh26 ,
Please refer to this link to clear out these values
https://www.servicenow.com/community/developer-blog/beating-the-invalid-choice-blues/ba-p/2284314
Hope this helps
Mark the answer correct if this helps you
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2023 07:50 AM
Hello @Tarasingh26
You might have used script anywhere in the form for choice field. where you have used the label instead of name, you need to change like as shown below :-
g_form.setValue("time_constraint","Start on specific date");
with
g_form.setValue("time_constraint","start_on");
Plz Mark my Solution as Accept and Give me thumbs up, if you find it helpful.
Regards,
Samaksh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2023 08:02 AM
Hello @Tarasingh26 ,
Please refer to this link to clear out these values
https://www.servicenow.com/community/developer-blog/beating-the-invalid-choice-blues/ba-p/2284314
Hope this helps
Mark the answer correct if this helps you
Thanks