Skip to main content
I'm working to find the way how to hide 1 of the 3 values from my pick list field, based on 2 different previous value content... 

I have a field "length" (picklist  9, 18, 36), field "width" (picklist  1/4, 3/8, 1/2, 3/4, 1) and field "material" (x, y and z ). I would like to filter the field "length" based on Material_Field and Width_Field, so as described below:

Hide a specific pick list Value based on two previous pick list field

please put some code if it's possible. THANKS
4 answers
  1. Aug 11, 2015, 8:06 PM
    This problem was solved... 

     <apex:selectList size="1" style="margin-left:-16px;" value="{!Customer_s_Price_List__c.Long_Imperial__c}">

     
0/9000