Skip to main content

Notifications

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

Message pop up code

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

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,965 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 230,836 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans