I have a (required entry) pick list, consisting of 2 strings, that I want to change from having a default value (the current state) to having no default value. This is on the Opportunity Detail form. (After a new Opp is created I want the user to manually select the correct value.) So if I do this, and then attempt to set it, immediately after choosing a value, I get the error dialog
Validation Error You must fill in all the required information!
That seems odd. And, if I then if I open another Opp and return to the first, I am able to choose an item in the pick list. What am I missing here? |