Question
1
Replies
26
Views
Posted: September 17, 2020
Last activity: September 17, 2020
How to add POP UP Message after user login
Hi
I need to show pop message immediately after login of user and this message show once per user only. we have different kind of user and need to show same message for all user but only once.
Could anyone please help on this?
Thanks
Have you tried making use of pxGuidedTourAutoStartOncePerSession which will let you configure a welcome message and also a tour of your application if needed?
If not you may need to invoke Show-HTML in a javascript or use launchLocalAction in a Javascript. But you will need to handle the preferences (instance of Data-Preference-Operator) specific to operator to not launch the action on the next login.