Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics CRM (Archived)

setFormnotification in a record to display a random number which is less than 100 when new record is created.

Posted on by Microsoft Employee

can anybody suggest me how to code.

*This post is locked for comments

  • Suggested answer
    Charles Abi Khirs Profile Picture
    Charles Abi Khirs 3,569 on at
    RE: setFormnotification in a record to display a random number which is less than 100 when new record is created.

    Hello,

    Can you please clarify what do you mean by "display a random number which is less than 100 when new record is created"

    below a sample code:

    var notificationId = "notifId";

    formContext.ui.clearFormNotification(notificationId);

    formContext.ui.setFormNotification("<String you want to display>" + <variable you want to add>, "INFO", notificationId);

    Here is a link as well for more details: docs.microsoft.com/.../setformnotification

  • Suggested answer
    chikhaleankush Profile Picture
    chikhaleankush 547 on at
    RE: setFormnotification in a record to display a random number which is less than 100 when new record is created.

    Here is the sample Code I just tried and worked for me.

    function showRandomNumber(executionContext){

    debugger;

    var formContext = executionContext.getFormContext();

    var randomNumber=Math.floor((Math.random() * 100) + 1);

    var message="New Random Number is "+ randomNumber;

    formContext.ui.setFormNotification(message, "INFO ", "Id1");

    }

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!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

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

#2
Martin Dráb Profile Picture

Martin Dráb 230,214 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans