skip to main
|
skip to sidebar
Chandan's CRM Blog
Thursday, August 2, 2012
Hide/Show CRM form navigation Items in MS CRM 2011
function setNavigationVisibility(navItem, value) {
var navitem = Xrm.Page.ui.navigation.items.get(navItem);
if (navitem == null) {
return;
}
navitem.setVisible(value);
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Total Pageviews
Followers
Blog Archive
►
2015
(1)
►
December
(1)
►
2013
(15)
►
September
(2)
►
August
(1)
►
May
(1)
►
April
(3)
►
March
(1)
►
January
(7)
▼
2012
(17)
►
December
(1)
►
November
(2)
▼
August
(14)
Set the CRM Form as Read Only in MS CRM 2011
Custom Button on CRM Form in MS CRM 2011
CRM 2011 Online Fetch XML Reporting
Secure / Unsecure Configuration of Plugin Registra...
Hide/Show CRM form navigation Items in MS CRM 2011
Hide Date part from CRM DateTime Field on CRM form...
JS to Hide/Show CRM Tabs/Sections in MS CRM 2011
CRM 2011 JS
Get Entity details in Merge Plugin in MS CRM 2011
Share/Un-share bulk records in CRM
Create offline filters for Custom Entity for each ...
Force user to use CRM form for task, email appoint...
Stop Outlook Contact Synchronization with MS CRM 2011
Get all user/team an object (account/contact/lead)...
►
2011
(1)
►
August
(1)
►
2010
(19)
►
October
(1)
►
June
(9)
►
March
(5)
►
February
(4)
►
2009
(27)
►
October
(5)
►
September
(10)
►
August
(12)
About Me
Chandan Kumar Choudhary
Bangalore, Karnataka, India
View my complete profile
No comments:
Post a Comment