Search This Blog

Thursday, November 7, 2019

Refresh Form/Record using javascript in dynamics 365 v9 Unified Interface

setTimeout(function () {          
        top.callN = null;
        Xrm.Utility.openEntityForm(formContext.data.entity.getEntityName(), formContext.data.entity.getId());
      }, 2000);