I am trying to make a panel (with several fields) depending on one field. So the panel should only show if that dependent field is selected? I am not able to find a solution for this. Can anyone help me with this please? Thank you
I am trying to make a panel (with several fields) depending on one field. So the panel should only show if that dependent field is selected? I am not able to find a solution for this. Can anyone help me with this please? Thank you
Currently it is possible to toggle panel visibility thru Dependency SetPanelVisibility
Additionally we managed to create a custom js controler for SubpanelsLayout which toggle visibility of a given subpanel based on parent module fields thru sugarLogic formulas.
We are trying to convert it into a more flexible approach via a custom Plugin.
Currently it is possible to toggle panel visibility thru Dependency SetPanelVisibility
Additionally we managed to create a custom js controler for SubpanelsLayout which toggle visibility of a given subpanel based on parent module fields thru sugarLogic formulas.
We are trying to convert it into a more flexible approach via a custom Plugin.