Ribbon: Hiding Conceptual Ribbon Tab CRM 2011

Microsoft Dynamics CRM is a Customer Relationship Management software package developed by Microsoft
Post Reply
User avatar
gellee
Posts: 46
Joined: Fri Jan 20, 2012 3:04 pm

Ribbon: Hiding Conceptual Ribbon Tab CRM 2011

Post by gellee »

1. Open your Microsoft Dynamics CRM organization and export your solution.
2. In your solution, open the customization.xml and add the following code inside <CustomActions>

Code: Select all

<HideCustomAction Location="Mscrm.SubGrid.myName.MainTab" HideActionId="Mscrm.SubGrid.myName.MainTab.HideAction" />
Note:
-Change the Location with the location of the Tab you want to hide
-Change the HideActionID with the ID of the Tab you want to hide.
-HideAction is the medthod we call to hide a specific tab, remember that this method will hide the tab constantly
xaeresis
Posts: 196117
Joined: Wed Oct 04, 2023 2:39 pm

Re: Ribbon: Hiding Conceptual Ribbon Tab CRM 2011

Post by xaeresis »

xaeresis
Posts: 196117
Joined: Wed Oct 04, 2023 2:39 pm

Re: Ribbon: Hiding Conceptual Ribbon Tab CRM 2011

Post by xaeresis »

Post Reply