Hello,
I hope someone can help me with my problem.
I created a javascript that calls a process to run a plugin, meanwhile, I added
Xrm.Utility.showProgressIndicator("Processing..."); to show a loading screen as the plugin executes.
I will add an attachment of my code so you may see where I am showing and closing the progress indicator.
The problem is that the code was working fine and suddenly it stopped showing the progress indicator.
I tried to debug my to check the error but Xrm.Utility.showProgressIndicator("Processing..."); is returning undefined and I guess it is working.
I hope someone can help me and assist me to show the progress bar indicator.
I am showing the progress indicator on line 2.
Closing it on lines 52 and 98.
[View:/cfs-file/__key/communityserver-discussions-components-files/117/HireOnClick.js:320:240]
Thank you!