"тнιѕ вℓσg ¢συℓ∂ ѕανє уσυя мσηєу ιƒ тιмє = мσηєу" - ∂.мαηנαℓу

Sunday 20 February 2011

How to disable a control in MS Dynamics CRM 2011 using Javascript

Code snippet:

var control = Xrm.Page.ui.controls.get(YourAttributeName);
control.setDisabled(true);

No comments:

Post a Comment