Process is running back end and if we need to show the notification to Dynamics 365 user till end of the process, showing the progress indicator as below.
Xrm.Utility.showProgressIndicator("Processing...."); and for closing the indicator Xrm.Utility.closeProgressIndicator();
This is working fine in Dynamics 365 version 9. I have created a configuration page by using Webresource in Dynamics 365 version 8.2. In the button process, I would like to show the progress indicator. This is not working. Is the function name different in version 8.2.