Notifications
Announcements
No record found.
Hello All Experts,
I need to get a solution wherein we can show pop up notification to the user while they first login to the CRM system.
*This post is locked for comments
Hi,
There is no OOTB way to achieve this but you can always create a web resource which can do this functionality & add that web resource on dashboard or in Ribbon of Home page
Hope this will Help
Hi ,
Unfortunately there is no OOB way you can set onload event for your home page. However I believe you know about ribbon workbench enable rules and register custom javascript function onload event of the ribbon of your home page. So just add an webresource where you write a function with the logic of notification with return true and register the function in the ribbon workbench enable rule of particular entity button.
Hope this helps.
When user login to Dynamics CRM,it redirect to dashboard, and i dont think you can show popup on that, but you can try with below link,
archive.codeplex.com
Thanks,
Shahbaaz
the easy way to set Notifications
Xrm.Page.ui.setFormNotification("XXXXXX updated successfully", "INFO", 23002); ClearNotification(23002); Xrm.Page.ui.setFormNotification(error, "ERROR", 23003); ClearNotification(23003);
function ClearNotification(id) {
setTimeout(function () { Xrm.Page.ui.clearFormNotification(id); }, 6000);
}
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
SA-08121319-0 4
Calum MacFarlane 4
Alex Fun Wei Jie 2