Hi,
I have a workflow performing actions, sending data to an external system. This can take up to 2-4 minutes. The problem is that the user doesn't know when it's done, so im looking for something visual to alert the user that the data transfer is ongoing.
I found that Xrm.Utility.showProgressIndicator maybe can be used. The wait progress bar should be showed when clicking on a ribbon button or changing a value on the form (the javascript can be called from either of theese). However then the ProgressIndicator should be closed when the workflow completes (Or even better when a value is set on the form marking that all data has been sent to the external syetem).
Can this be done?