Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics 365 | Integration, Dataverse...
Suggested answer

Not working Xrm.Utility.showProgressIndicator method

(0) ShareShare
ReportReport
Posted on by 15

Hi. I'm using D365. And I want to showing progressing message box when onSave event to using script at D365

So I found Xrm.Utility.showProgressIndicator method in MS Docs.

But that isn't work. When I used method, I haven't ever seen any message box.

So I have questions.

Can I use Xrm.Utility.showProgressIndicator in onSave event?

And using showProgressIndicator method need any another reference?

Thanks & Regards

  • Suggested answer
    Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: Not working Xrm.Utility.showProgressIndicator method

    Hi TokyoKim,

    I tested it on my side. It can work for me and don't need any reference.

    Below is my JS:

    function onSave(executionContext){
        console.log("start...");
    	Xrm.Utility.showProgressIndicator("data is saving");
        setTimeout(()=>{
            Xrm.Utility.closeProgressIndicator();
            console.log("end...");
        },5000)
    }

    Result:

    pastedimage1637567338053v1.png

    Could you share a sample code which Xrm.Utility.showProgressIndicator() can't work in it?

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,492 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

Product updates

Dynamics 365 release plans