Skip to main content
I'm programming field dependencies and find that the default "none" does not show up to associate with values in the dependent field!!

 

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 réponses
  1. 4 juin 2010, 16:24
    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.
0/9000