CRM 2011 – Hide Create Related tab from a custom entity

I like Nashant Rana’s weblog because he often puts in very small but very useful posts, which get straight to the point, like this one.
Hiding Create Related tab from a custom entity in crm 2011

The example just shows how to hide a custom entities create related tab


Suppose the name of the custom entity is new_case.

We can make use of following XML definiton to do that

<CustomActions>

<HideCustomAction Location=”Mscrm.Form.new_case.Related”
HideActionId=”Sample.Form.new_case.Related.HideAction”  />
<HideCustomAction Location=”Mscrm.HomepageGrid.new_case.Related”
HideActionId=”Sample.HomepageGrid.new_case.Related.HideAction”  />

<CustomActions>

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.