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

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.