
I'd like to remove this default "none", but not finding where I can do so. What is happening is that when this default "none" is now selected by a user, no values show up in the dependent field like do for the other values I programmed for. What am I missing - argh. Thanks for any ideas.
6 Antworten
I'm not 100% sure I understand (but what else is new?)
Are you saying that you want to create a Dependent Picklist and that you want the user to be able to select a value from the Child (dependent) Picklist even if the user leave the Parent (master) Picklist blank?
If that is what you're trying to do, I don't think that a Dependant Picklist will work for you, because that's not an option. Every Child (dependent) Value must have a Parent (master) Value, and 'none' is not a picklist value it literally means NULL.
If that's what you're trying to do, then you might have to scrap the whole Dependent Picklist scenario, and write a Validation Formula that will only allow the user to select the values in Picklist 2 based on the values they select (or don't) in Picklist 1.