Hi ,
I want to disable the Form Selector available on MSCRM 2015 Form when page loads.
Could you help on this?
I have tried the below codes but of no help...!!
document.getElementById("header_crmFormSelector").disabled = true;
Xrm.Page.ui.controls.get("header_crmFormSelector").setVisible(false);
Xrm.Page.getControl("header_crmFormSelector").setVisible(false);
I got "header_crmFormSelector" using developer tools..
None of the above code seems to work..!!
Thanks
Uma