10/30/2023 11:39 PM
Hi,
Is it possible to use a checkbox as the parent attribute value? We have a chebox field and a drop down field that uses sql to get the values and we would like to limit the values to a single option depending if the parent checkbox is selected or not. Is this possible?
Br,
Sampsa
10/31/2023 02:10 AM
Hi @Sampsa
If I understand correctly, you have two dynamic attributes (Parent-child mapping) and parent attribute is of checkbox type. If the parent checkbox is selected as YES then the child attribute should show a default value otherwise it should show a dropdown to select.
Based on the use case, it is only possible to use SHOW/HIDE feature to SHOW the child attribute based on the YES/NO value of the parent attribute. Hence this is not achievable.
If your requirement is different than this, please elaborate further.
Regards,
Dhruv Sharma
If this reply answered your question, please accept it as Solution to help others who may have a similar problem.
10/31/2023 02:22 AM - edited 10/31/2023 02:22 AM
Hi Dhruv,
I think you understood correctly. The child dropdown has several values to select from, but in case the parent checkbox is selected then we would like to have only one option available in the child dropdown. So in any case we should not hide the child dropdown.
Br,
Sampsa
10/31/2023 02:57 AM