Skip to main content

Notifications

Microsoft Dynamics CRM (Archived)

Notify a user when they open a record.

Posted on by 145

Hi folks,

I want to notify a user to enter some information (voluntarily) when accessing the case record.

Does anyone have experience doing this, it could be a popup, banner, text etc..

Thanks,

J

*This post is locked for comments

  • opticshrew Profile Picture
    opticshrew 145 on at
    RE: Notify a user when they open a record.

    Perfect, thanks!

    J

  • Verified answer
    T.I.A Profile Picture
    T.I.A 1,760 on at
    RE: Notify a user when they open a record.

    No worries. Add the javascript to a web resource and call your function using the on load event handler

    4251.form-properties.PNG

  • opticshrew Profile Picture
    opticshrew 145 on at
    RE: Notify a user when they open a record.

    Hi T.I.A,

    I think that's what I'll need to do. How do I add that in?

    Sorry for my incompetence :D

    Thanks,

    J

  • Verified answer
    T.I.A Profile Picture
    T.I.A 1,760 on at
    RE: Notify a user when they open a record.

    you could either use Javascript running on load of the form, this will make a notification banner appear at the top of the form:

    Xrm.Page.ui.setFormNotification(“This is an INFORMATION notification.”, “INFORMATION”)

    or dialog pop up:

    var alertStrings = { text: "successfully checkedin." };

    var alertOptions = { height: 120, width: 260 };

    Xrm.Navigation.openAlertDialog(alertStrings, alertOptions).then( function () { }  );

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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Community AMA December 12th

Join us as we continue to demystify the Dynamics 365 Contact Center

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,253 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,188 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans