This is how to Hide a attribute on form using javascript in CRM 2011
//Hide a attribute
Xrm.Page.ui.controls.get("attributename").setVisible(false);
Post a Comment
No comments:
Post a Comment