Microsoft Azure & Dynamics 365 CRM -Learn The Ropes
This blog aims to provide some technical tips about Microsoft Azure & Dynamics 365 CRM - D. MANJALY
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
‹
›
Home
View web version
No comments:
Post a Comment