web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

CRM 365 is it possible to give pop up notifications to user in CRM form.

(0) ShareShare
ReportReport
Posted on by 6

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

I have the same question (0)
  • Suggested answer
    manojd  Profile Picture
    1,397 on at

    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

  • Suggested answer
    gdas Profile Picture
    50,091 Moderator on at

    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.

  • Suggested answer
    Shahbaaz Ansari Profile Picture
    6,211 on at

    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

  • Community Member Profile Picture
    on at

    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.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

#1
SA-08121319-0 Profile Picture

SA-08121319-0 4

#1
Calum MacFarlane Profile Picture

Calum MacFarlane 4

#3
Alex Fun Wei Jie Profile Picture

Alex Fun Wei Jie 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans