Skip to main content

Notifications

Announcements

No record found.

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.

  • MadhanSA Profile Picture
    MadhanSA 115 on at
    RE: Showing url in notification

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

  • Verified answer
    Marco.P Profile Picture
    Marco.P 2,405 on at
    RE: Showing url in notification

    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
    MadhanSA 115 on at
    RE: Showing url in notification

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

  • Suggested answer
    Marco.P Profile Picture
    Marco.P 2,405 on at
    RE: Showing url in notification

    Hi,

    Have you tried the setFormNotification?

    docs.microsoft.com/.../setFormNotification

    www.google.com/.../

    Hope it helps,

    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

Announcing Our 2025 Season 1 Super Users!

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

Vahid Ghafarpour – Community Spotlight

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

Tip: Become a User Group leader!

Join the ranks of valued community UG leaders

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,494 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,305 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans