-- None -- option gets added in a choice list. How do disable this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2019 05:22 AM
I have a choice list from which i can choose multiple options. However when I am able to add the " None" option also to the selected options.
Subsequently, when i submit the form the "None" option also gets submitted. How do make sure that when this?
My Requirement needs "Dropdown with None". Can anyone help with this?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2019 05:29 AM
Glide_list with choice option, it changes it to a dropdown instead of lookup.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2019 06:44 AM
HI,
Yes i know, i am just getting it confirmed.
Thanks,
Ashutosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2019 07:48 AM
That is right it is a glide list field

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2019 05:26 AM
Hi,
check the official documentation below:
If I have answered your question, please mark my response as correct and/or helpful.
Thank you very much
Cheers
Alberto
Remove the None option from a choice list
You can remove the None option from a choice list if it is not necessary.
Before you begin
Procedure
- Navigate to a form where the field appears.
- Right-click the field label and select Configure Dictionary.
- Change the Choice field value to Dropdown without -- None -- (must specify a default value).
- Ensure that the Default field is populated to determine which choice is displayed by default.
Note: If the field is dependent on another field, the -- None -- option remains available.
Change the None display value for a choice list
You can change the default display label of the None option for a choice field.
Before you begin
Procedure
- Navigate to a form on which the field appears.
- Right-click the field label and select Show Choice List.
- Click New.
- Complete the form.
Choice form fields Field Value Table Select the table. Element Leave the name of the field that is automatically populated. Language Enter ISO language code for the label. Sequence Leave empty. This field determines the order. Inactive Leave cleared. Label Enter the label to appear in the choice list.
You can use JavaScript, including calls to script includes, to define the label. For example, the JavaScript label in the following example changes the -- None -- value of the Time zone choice list in a user record to use the time zone value of the instance.
Value Enter NULL_OVERRIDE. Note: You must enter NULL_OVERRIDE as the value, or the new label appears in addition to the -- None -- option.Dependent value Leave blank. Hint Leave blank. - Click Submit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2019 07:52 AM