Target: If somebody enters a specific dashboard it shall change back to the main dashboard after a given time.
Background information: We have a slideshow integrated in a subpage via iframe. This dashboard shows the slideshow fullscreen. After some time I want to switch back to the default screen.
What I had in mind: I tried to create a helper and start this helper while loading up the specific dashboard. The end of the timer could trigger the action to go back to the main dashboard. But I didn’t find an option for “onload” or something like that.
Do you have any hints on how to solve this either by the timer idea or by any other idea?
Thank you for any help.