"тнιѕ вℓσg ¢συℓ∂ ѕανє уσυя мσηєу ιƒ тιмє = мσηєу" - ∂.мαηנαℓу
Showing posts with label How to hide a control in MS CRM 2011 using Javascript. Show all posts
Showing posts with label How to hide a control in MS CRM 2011 using Javascript. Show all posts

Sunday, 20 February 2011

How to hide a control in MS CRM 2011 using Javascript

code snippet:
var control = Xrm.Page.ui.controls.get(YourAttributeName);
control.setVisible(false);