locked
Ribbon Customization for Custom Activity-MS CRM 2011 RRS feed

  • Question

  • Hi

    I want to disable all the activity related buttons (Mark complete,task, email, phonecall, etc.) when the Homepage grid displays for a CUSTOM Activity entity. I'm using Ribbon Workbench.and following the below link to implemente.But is is not working http://community.dynamics.com/crm/b/cinterosab_crmblog/archive/2012/10/05/ribbon-customization-for-custom-activity.aspx#.UZm0fKJHJ

    Any help greatly appriciated..

    Regards,

    Srikanth Reddy


    Friday, February 14, 2014 8:52 AM

All replies

  • Hi,

    You could probably do this easier if you hide all the buttons:

    1. Create a solution that contains only your custom activity entity

    2. Load into the Ribbon Workbench

    3. Locate the buttons on the Home Page ribbon

    4. Right click ->Hide

    5. Publish.

    If you wanted to disable them, then you would need to Right-Click->Customise Command, and then locate the Commands for each button and add a new EnableRule that always returned false.

    Hope this helps,

    Scott


    Scott Durow
    Blog www.develop1.net    Follow Me
    Rockstar365
    If this post answers your question, please click "Mark As Answer" on the post and "Mark as Helpful"

    Friday, February 14, 2014 9:21 AM
    Answerer
  • Hi,

    Thanks for your response!, I want to Hide the Mark Complete from the Home page of the custom activity, I am unable to see the "Mark Complete" button of the home page in RibbonWorkbench. Is there any way to hide this button? 

    I tried with the below link but no luck..

    Please suggest on the same..

    http://social.microsoft.com/Forums/en-US/727a9976-7ae9-4721-887f-e85de402e6c3/unable-to-hide-service-activity-button-in-ribbon?forum=crmdevelopment

    Regards,

    Srikanth Reddy


    Saturday, February 15, 2014 9:27 AM