Skip to main content

Notifications

Service | Customer Service, Contact Center, Fie...
Unanswered

Message pop up code

Posted on by 111
Hi,
I want a pop-up message to appear when Resolve button is triggered where a mandatory field is not updated. Where can I find the code for it? Or where can I find the code of Dynamics 365 Customer Service CRM, where the pop-up message comes when a parent case is resolved without resolving the child cases?
  • RudyZhang Profile Picture
    RudyZhang Microsoft Employee on at
    Message pop up code
    Hi,
     
    We have analyzed your requirements, here is some sample code, we will test it as soon as possible and reply with the results below.
     
     
    var field = Xrm.Page.getAttribute('fieldname');
    
    if (field != null) {
        var fieldValue = field.getValue();
    
        if (fieldValue == null || fieldValue == '') {
            alert('The required field is not filled!');
        }
    }

     
     
     
    As for your second requirement, we believe it requires more customization and perhaps you should consult your organization's IT staff or seek Microsoft technical support using the link below.
    https://admin.powerplatform.microsoft.com/support
     
     
     
     
    I hope my answer is helpful to you! If you have any other questions, please feel free to contact me.
     
    Best Regards,
    Rudy Zhang

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

November Spotlight Star - Khushbu Rajvi

Congratulations to a top community star!

Forum Structure Changes Coming on 11/8!

In our never-ending quest to help the Dynamics 365 Community members get answers faster …

Dynamics 365 Community Platform update – Oct 28

Welcome to the next edition of the Community Platform Update. This is a status …

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 290,900 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 229,275 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans