Tuesday, September 16, 2014

CRM 2011 - Getting Parent Entity controls from child

 In CRM 2011 if you use 
window.top.opener.parent.Xrm.Page.ui  will return null.
I came across a scenario where I need to access the name of selected subgrid of the parent window from child window.  javascript code given below did the job,





No comments: