I have three fields in one section. i want to hide the total section based on any of the filed name with in that section. not based on section name or tab name.
I have CRM 4.0 code:
Xrm.Page.getAttribute("tls_resourcerate").parentElement.parentElement.parentElement.setVisible(false);
I want same type of implementation in mscrm 2011
hari