Hello All Experts,
i am writing below code in console of the developers tool in IE browser.
Xrm.Page.ui.controls.get( function(ctrl,i){ if(ctrl.getControlType() == "subgrid") console.log(ctrl.getName() ); });
but getting below error.
Unable to get property 'controls' of undefined or null reference.
*This post is locked for comments