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

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Customer experience | Sales, Customer Insights,...
Answered

Showing url in notification

(0) ShareShare
ReportReport
Posted on by 115

Is there any way of showing an URL in form Notification?

Or even as an alert dialog on opening the record?

The user should be able to click on that link and navigate to the respective page. I don't want to give that in URL field.

Thanks.

I have the same question (0)
  • Suggested answer
    Marco.P Profile Picture
    2,405 on at

    Hi,

    Have you tried the setFormNotification?

    docs.microsoft.com/.../setFormNotification

    www.google.com/.../

    Hope it helps,

    Marco

  • MadhanSA Profile Picture
    115 on at

    setFormNotification will show only string. I want to display an URL

  • Verified answer
    Marco.P Profile Picture
    2,405 on at

    I assume you only need something "clickable", if so this should do trick:

    // define notification object

    var urlAction =

    {

    actionLabel: "https://www.google.it",

    eventHandler: function () {

    Xrm.Navigation.openUrl("https://www.google.it");

    }}

    var notification =

    {

     type: 2,

     level: 4, //error

     message: "show URL message",

     showCloseButton: true,

     action:urlAction

    }

    Xrm.App.addGlobalNotification(notification).then(

       function success(result) {

           console.log("Notification created with ID: " + result);

           // perform other operations as required on notification display

       },

       function (error) {

           console.log(error.message);

           // handle error conditions

       }

    );

    docs.microsoft.com/.../addglobalnotification

  • MadhanSA Profile Picture
    115 on at

    Yay!!! Awesome.. It's working as expected. Thank you so much Marco

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Customer experience | Sales, Customer Insights, CRM

#1
ManoVerse Profile Picture

ManoVerse 170 Super User 2026 Season 1

#2
11manish Profile Picture

11manish 155

#3
CU11031447-0 Profile Picture

CU11031447-0 100

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans