How to display values in second combobox based on the first combobox value selection
Hi,
We tried to display the values in the second Combobox based on the first Combobox selection but it is not working. in the second Combobox hole, UDC is displaying. we want to display a particular record based on the first combo box.
We have attached a UDC to the first ComboBox. also the second box we have attached one UDC.
We have to display the same number of records in the second Combobox which are found after passing the value of the first UDC to the special handling of the second UDC.
For e.g first Combobox UDC has all of the countries. if we have selected India from the first combo box. we want to display the values in the second Combobox-only state of India country.