Thursday, 9 August 2012

Hide a attribute on form using javascript in CRM 2011

In this article , I am going to explain how to hide a attribute on Form

Hide a attribute
Xrm.Page.ui.controls.get("attributename").setVisible(false);



No comments:

Post a Comment

Note: only a member of this blog may post a comment.