Hi,
Can anybody please tell how to hide/show header field using javascript in CRM 2013 ?
I have used below code
//True for Hide , False for Show
Xrm.Page.getControl("header_new_account").setVisible(false);
Hide is able to hide the label only but block is visible. PFB screenshot for the same.

Also, below JS code to Show the field is not working.
Xrm.Page.getControl("header_new_account").setVisible(false);
Please help !
*This post is locked for comments
I have the same question (0)