"тнιѕ вℓσg ¢συℓ∂ ѕανє уσυя мσηєу ιƒ тιмє = мσηєу" - ∂.мαηנαℓу
Showing posts with label How to Show OR Hide an attribute in CRM 2013. Show all posts
Showing posts with label How to Show OR Hide an attribute in CRM 2013. Show all posts

Wednesday, 30 October 2013

How to Show / Hide a Field / Control in CRM 2013 using javascript

With reference to CRM 2013 SDK,

Syntax:

Xrm.Page.getControl(arg).setVisible(bool)

For instance,
Xrm.Page.getControl("creditlimit").setVisible(true);
creditlimit is the attribute name