Default value not populating

sigmachiuta
Kilo Guru

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

1 ACCEPTED SOLUTION

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.


View solution in original post

5 REPLIES 5

Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

Hi,



It should be


Screen Shot 2016-07-19 at 9.07.49 AM.png


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


Do you have any scripts which is overriding the change. Check for the same once.


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?