Hi Dojo,
In a LCA it's possible to configure the default value of a toggle component. But how can I configure it that each time a panel/page is loaded, that value is set?
Now it remembers the latest set user value when switching between panels/pages while I want to have the configured one filled in each time the panel/page loads.
Hi Jens,
For this you can use the On open event of a page or panel to execute the Set value action of the toggle component. This action will explicitly set the value of the component, ignoring any previous values.