
When resolving a case with countdown timers the form refreshes and becomes readonly but not the countdown timers or subgrids - given the updating of these is async it requires pressing F5 to refresh the page, unless someone has a good solution? Thanks
*This post is locked for comments
I have the same question (0)ok, the workaround I have is to create my own ribbon button that calls the std function Mscrm.CommandBarActions.resolve.call(this); and starts a RefreshAfterResolve function. This function checks for the disabled formstate on resolution and if not setTimeout to itself. once the formstate = 4 then check for any open slakpiinstances SLAKPIInstanceSet?$select=SLAKPIInstanceId&$filter=Regarding/Id eq (guid'{0}') and Status/Value ne 4. When there are none open then reload the page Xrm.Utility.openEntityForm('incident', Xrm.Page.data.entity.getId());