locked
Xrm.Page.data.refresh(true) Not working in CRM 2013 Spring Roll up RRS feed

  • Question

  • Xrm.Page.data.refresh(true) Is not working in CRM 2013 Spring Roll up

    When this function is fired the Opportunity page hangs. To recover the page we need to refresh it. Please Suggest what to do.

    Monday, June 2, 2014 1:01 PM

All replies

  • Did you try:-

     window.parent.window.location.replace(window.parent.document.URL);

    or 

    window.location.replace(window.parent.document.URL);


    • Proposed as answer by Nicksoft2011 Monday, June 23, 2014 12:56 PM
    Monday, June 2, 2014 6:25 PM
  • Have you tried using Xrm.Utility.openEntityForm(Xrm.Page.data.entity.getEntityName(), Xrm.Page.data.entity.getId(), null)?

    • Proposed as answer by Ahmad Pirani Monday, June 2, 2014 6:37 PM
    Monday, June 2, 2014 6:37 PM
  • I try that but now I got the following issue with IE when reloading the page


    So this is not helping!

    Any other Ideas, I check the Rollup #2 and it seems that is the next option to try!?

    Tuesday, June 10, 2014 6:21 PM