Skip to main content

Notifications

Microsoft Dynamics CRM (Archived)

Notify a user when they open a record.

(0) ShareShare
ReportReport
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

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Announcing Forum Attachment Improvements!

We're excited to announce that attachments for replies in forums and improved…

Vahid Ghafarpour – Community Spotlight

We are excited to recognize Vahid Ghafarpour as our February 2025 Community…

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,969 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 230,842 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans