Thursday 15 March 2012

Update parent entity page

Added a subgrid of related entity on a Entity A form. When opening the related record from child I am updating some values on form and need to update the parent form. On child page add following jscript for custom button


window.parent.opener.parent.location.reload();
Xrm.Page.ui.close();

1 comment: