Hi
I have two entity Chemical and Lab and have two dropdown. Chemical table have (Chemical_Id and Chemical Name) and Lab table have (Lab_Id and Lab_Name).
dropdown1 showing Chemical name and dropdown2 showing Lab_Name.
Here I want to set Chemical_Id into variable(varchemical) when I select Chemical_Name from dropdown1.
and I want to set LAB_Id into variable(varLab) when I select LAB_Name from dropdown2.e
and both variable will be send to Secondscreen on button click and both variable will be use to filter collection(chemicalorder).
Please suggest.
Regards,
Lalit Kadam