Hi All,
How do i write dependency for multi select field.
Is this possible?
If yes,please give me a sample.
Thanks in advance.
Hi All,
How do i write dependency for multi select field.
Is this possible?
If yes,please give me a sample.
Thanks in advance.
Hello , found the same problem , maybe this can be of use Field dependancy : display a textfield dependant from a custom multi-enum
Did something recently that shows/hides fields based on multiselect values ? Is this what you are looking for?
Hello , found the same problem , maybe this can be of use Field dependancy : display a textfield dependant from a custom multi-enum
Did something recently that shows/hides fields based on multiselect values ? Is this what you are looking for?
Hi Caim,
Thanks for your response.
I went through that post,which you have linked.I was quiet good.
Actually I am looking for something similar like making required field and hide/show fields based on selected value from multi selected field.
It has to work in both browser view and mobile view as well.
so i am thinking to go with sugar logic/dependency, instead of js customizations.