Tuesday, November 26, 2013

MSCRM 2011 : Enabling and Disabling the Attribute using Java script

MSCRM 2011 : Enabling and Disabling the Attribute using Java script

To Disable
Xrm.Page.ui.controls.get("new_customer").setDisabled(true);

To Enable
Xrm.Page.ui.controls.get("new_customer").setDisabled(false);

Hope this will help :)

Best Regards,
Sreenath

No comments:

Post a Comment