Hello everyone.
I have a requirement here that I need to show a waiting screen to the user while a plugin execute.
I know many ways for doing that, but almost all are unsupported. The only supported way that I know is calling the Alert.Js solution methods to open a modal dialog, hide this modal dialog before showing on screen and show a <div> with the GIF instead, all inside the HTML WebResource.
So, Does anyone know an easy supported way for doing that?
Note: I tried to use the supported method "Xrm.Utility.openWebResource" but it is opening my HTML in another screen.
Cheers.
*This post is locked for comments