Answered by:
How to hide Activate/Deactivate Button on Ribbon - CRM 2011

Question
-
Hi Guys,
How can I permanently hide the Activate/deactivate buttons on one entities Form and Grid view in CRM 2011?
Thanks
Monday, October 24, 2011 5:55 AM
Answers
-
Hi,
You can permanently hide the Activate/Deactivate button for Entity form by exporting entity ribbon solution and then add the <HideCustomAction .. > node into the ribbondiff <CustomActions> node you may also refer the sample example below:
Hide Activate Button
<HideCustomAction Location="Mscrm.Form.Account.Activate" HideActionId="HideActionActivatebutton" />
Hide Deactivate Button
<HideCustomAction Location="Mscrm.Form.Account.Deactivate" HideActionId="HideActionDeactivatebutton" />
You may also refer: http://community.dynamics.com/product/crm/crmtechnical/b/furnemont/archive/2011/04/28/crm-2011-hide-a-button-in-a-custom-entity-s-form-ribbon.aspx
http://dynamicscrm2011.wordpress.com/tag/hiding-a-ribbon-button-in-crm-2011/
Even you can use an easy to use ribbon editor tool to hide buttons without writing any code: http://pragmatoolkit.codeplex.com/
Jehanzeb Javeed
http://worldofdynamics.blogspot.com
Linked-In Profile |CodePlex Profile
If you find this post helpful then please "Vote as Helpful" and "Mark As Answer".- Proposed as answer by Jehanzeb.Javeed Monday, October 24, 2011 6:45 AM
- Marked as answer by Gonzalo Ruiz RModerator Thursday, June 7, 2012 11:40 AM
Monday, October 24, 2011 6:45 AM -
Here's a way to accomplish this : http://blog.customereffective.com/blog/2012/05/managing-activatedeactivate-permissions-of-crm-entities.html
Scott Sewell, CustomerEffective | http:\\blog.CustomerEffective.com | Twitter:@ScottSewell
- Proposed as answer by Scott Sewell, Hitachi SolutionsModerator Tuesday, June 5, 2012 6:49 PM
- Marked as answer by Gonzalo Ruiz RModerator Thursday, June 7, 2012 11:40 AM
Tuesday, June 5, 2012 6:49 PMModerator
All replies
-
Hi,
You can permanently hide the Activate/Deactivate button for Entity form by exporting entity ribbon solution and then add the <HideCustomAction .. > node into the ribbondiff <CustomActions> node you may also refer the sample example below:
Hide Activate Button
<HideCustomAction Location="Mscrm.Form.Account.Activate" HideActionId="HideActionActivatebutton" />
Hide Deactivate Button
<HideCustomAction Location="Mscrm.Form.Account.Deactivate" HideActionId="HideActionDeactivatebutton" />
You may also refer: http://community.dynamics.com/product/crm/crmtechnical/b/furnemont/archive/2011/04/28/crm-2011-hide-a-button-in-a-custom-entity-s-form-ribbon.aspx
http://dynamicscrm2011.wordpress.com/tag/hiding-a-ribbon-button-in-crm-2011/
Even you can use an easy to use ribbon editor tool to hide buttons without writing any code: http://pragmatoolkit.codeplex.com/
Jehanzeb Javeed
http://worldofdynamics.blogspot.com
Linked-In Profile |CodePlex Profile
If you find this post helpful then please "Vote as Helpful" and "Mark As Answer".- Proposed as answer by Jehanzeb.Javeed Monday, October 24, 2011 6:45 AM
- Marked as answer by Gonzalo Ruiz RModerator Thursday, June 7, 2012 11:40 AM
Monday, October 24, 2011 6:45 AM -
Here's a way to accomplish this : http://blog.customereffective.com/blog/2012/05/managing-activatedeactivate-permissions-of-crm-entities.html
Scott Sewell, CustomerEffective | http:\\blog.CustomerEffective.com | Twitter:@ScottSewell
- Proposed as answer by Scott Sewell, Hitachi SolutionsModerator Tuesday, June 5, 2012 6:49 PM
- Marked as answer by Gonzalo Ruiz RModerator Thursday, June 7, 2012 11:40 AM
Tuesday, June 5, 2012 6:49 PMModerator -
Hi
Using visual ribbon editor tool or prgama tool . The button can be activate or deactivate
Regards
Bodhidharma R
Thursday, June 7, 2012 11:38 AM