Is it possible to create a welcome message pop up when i login into the application ?
You can include your JavaScript file in the app_include_js
to show a welcome message after login. Use a flag to check whether the message should be displayed, and once it’s shown, set another flag in sessionStorage
to prevent it from appearing again during the same session.
On Version-15 you can use the Note docType to create a system wide message on login. You can set an Expiry date as well as make the message sticky for every login
Yes, you can create a welcome message popup by using a Custom Script. Create a new custom script for the login page and use JavaScript to display the message when the user logs in. This will show the message as soon as they access the application