When I use SetProcess Workflow on a field's onchange, I have to hit Ctrl+f5 to see the change of business process flow at the top. Is there any way to refresh it without a full page refresh(postback)?
*This post is locked for comments
When I use SetProcess Workflow on a field's onchange, I have to hit Ctrl+f5 to see the change of business process flow at the top. Is there any way to refresh it without a full page refresh(postback)?
*This post is locked for comments
I'm afraid that there is no other way to do that. ClientSide SDK doesn't contain any method that will refresh just process flow so to refresh it you will have to refresh the form itself and openEntityForm is the easiest way to "refresh" form.
The problem with Xrm.Utility.openEntityForm is that it reloads the whole page and sometimes create a bug in chrome where the top bar is doubled.
Hello,
You can "refresh" form using Xrm.Utility.openEntityForm method - msdn.microsoft.com/.../jj602956.aspx
André Arnaud de Cal...
292,516
Super User 2025 Season 1
Martin Dráb
231,407
Most Valuable Professional
nmaenpaa
101,156