Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
We made a change to a dashboard and want to display a pop-up message notifying the users of the changes when they open the dashboard. The catch is, we only want the message to display the first 2 or 3 times they open the dashboard and then stop doing it after that. I may be crazy but I thought there was a simple way of doing this. Any thoughts?
I dont think there is a default option to do that. I have attached an example where it will appear once when the application is opened for the first time and it can be closed by clicking the 'X' near the message.
another suggestion: It can be manipulated to make the message pop back up when the 'X' is clicked again (like on/off)
Hi Larry,
I can think of an alternative. Check the number of times the dashboard is opened in a day. Create the popup that you need and put a show/hide condition that the now() timestamp should be less than a predetermined timestamp for the popup to be displayed.
Thanks for the ideas. I thought there was a simple built in function but I guess not.