ALK
ALK

Reputation: 103

Hide Ribbon Button only from Outlook

I create a custom Ribbon Button for Dynamics CRM but my wish is to hide it only from Outlook (for all users).

Our clients are using Dynamics 2011, Dynamics 2013 and Dynamics 2015.

I am new in this technology, please help me to do it. How and where?

Thank You!

Upvotes: 0

Views: 72

Answers (1)

Alex
Alex

Reputation: 23310

Looks like you need a <CrmClientTypeRule>, MSDN link for reference -> https://msdn.microsoft.com/en-us/library/gg328071.aspx

<CrmClientTypeRule
 Default=["0" | "1" | "true" | "false"]
 InvertResult=["0" | "1" | "true" | "false"]
 Type=["Web" | "Outlook"]
 />

Upvotes: 2

Related Questions