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

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);

No comments:

Post a Comment