Hi ,
Can anybody share java Script code to Refresh CRM 2013 Home Page Grid Using Java Script.
I tried with bellow code but din work for 2013
window.parent.opener.location.reload();
//refreshes just the grid control that contains the view (probably what you're looking for)
window.parent.opener.document.getElementById("crmGrid").control.refresh();
Thanks . .