- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2016 09:03 AM
I have a dropdown with yes,no, and none (dropdown with --none--). I set the default value to No that is the same value in the choice list related list. I go to the form and the value is --none-- ok so then i go to the choice list specification and select dropdown without none, go to the form and the default value is Yes, this seems so basic but very unusual
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2016 09:40 AM
You will have to do with OnLoad Client script. I.e set No as default value for the first time when ever record is new.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2016 09:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2016 09:21 AM
yes I tried that and entered a default value of no but the field default value is yes. On other fields it is correct defaulting to no this one field is giving me trouble

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2016 09:24 AM
Do you have any scripts which is overriding the change. Check for the same once.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2016 09:35 AM
ok so thats weird i reloaded the form and they are all set to no. When i was changing the dictionary and flipping back to the form it wasnt working ... Is there a way to keep none but populate no as the default?