Hi ,
Is there a way we can show loading screen in MS CRM 365. i followed the below blog
This method is not working in CRM 365 V8 , is there any other way to show the loading screen till the Action's business logic execution gets completed.
*This post is locked for comments
Hi Pradeep,
alert.js is not for version 9.
you are right !! but we are not using V9 . is there any other way ?
You can try using alert.js.
The have several methods for doing this.
Take a look at alert.showLoading. I think that is what you would be looking for.
Alert.js, has some unsupported customizations as it is using the dom, but has been working for the last 4 or more CRM versions, and has a lot of users that actually use it, so I believe it will be updated as MS changes things in their releases.
If you are trying to make an AppSource app, alert.js will break your process, so this is not the right solution if you need to build an app.
Except for that, great solution.
Hope this helps.
Hi pradeep in new version we have inbuilt feature for this. Use the below code to show progress bar
Xrm.Utility.showProgressIndicator("Loading contact em...");
Pls follow the reference to implement.
community.dynamics.com/.../dynamics-365-v9-progress-indicator-api
Hope this helps.If the suggestion resolved your query .Pls mark it as answered/verified to close the thread.
can you help me out with some relevant links ?
You can try one alternative .On Trigger of Action from button ,Pop up a html window with waiting bar (use CSS or JS) and disable Parent window ie CRM window .Once your Action is complete ,close the Pop up and enable parent .
The method you link to is not a supported method. And the reason it's not working, is likely because it's not supported and something has changed between versions.
You'll probably be able to fix it with a new unsupoorted method, but in the upcoming versions it will likely break again.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156