Hi,
I have two OptionSet named "new_Product" it has values "Hardware" and "Software". Second OptionSet named "new_Product Details" it has four values "laptop","Printer","Windows","Antivirus".
When I select Hardware from product then show only "Laptop" and "Printer" in second optionSet. same as when i select Software from product then show only "Windows","Antivirus".
Please tell me how to do that