Hi Team,
I have already dropdown list in which if I selected WFH option from dropdown value, it should be open pop-up with WFH option as a checkbox list, where user will select all/one checkbox, there is submit button, once user will click on submit, data saved and will show in table.
Hi Yasmeen Shaikh,
Sharing below the steps:
1. On dropdown change call an client action. In this client action you can write a code to open pop-up.
2. Once your pop-up is opened you can simply write a logic to select all / one checkbox.
3. On submit button, Save your selected data and close the pop-up.
Hope this helps you.
Hi Yasmeen,
If you can be more specific where exactly you are facing the problem, we can help better. or if you wanted know how to develop this used case(in that case Poonam has given the brief steps, that should help)