Resources for IT Professionals >
Dynamics Forums
>
CRM Deployment
>
Hiding menu items in crm dynamics 4.0
Hiding menu items in crm dynamics 4.0
- Hi,
I have created a new entity in dynamics called committees having a m-m relationship with contacts entity. When i go to the committee, i can add existing contacts but when i go to the contacts entity it gives me the option 'add existing committees' but it does not work. I want to hide this option.
Can anyone help me with this please.
Thank You.
Need Help
Answers
- check my blog for code
Tiaan van Niekerk http://crmdelacreme.blogspot.com Skype:tiaan.van.niekerk1- Marked As Answer byDonna EdwardsMVP, ModeratorWednesday, October 28, 2009 8:06 PM
- Hi,You can hide the add existing button by following the post at the url below.Hassan.
Hassan Hussain | http://hassanhussain.wordpress.com/ | http://www.mscrmvirtualusergroup.com/- Proposed As Answer byHassan Hussain Friday, October 09, 2009 1:35 PM
- Marked As Answer byDonna EdwardsMVP, ModeratorWednesday, October 28, 2009 8:05 PM
- You would add it to the OnLoad event of the form that you want the menu to be removed from. In this case, that would be the COntact entity. Also, be sure to "enable" the OnLoad event after placing the code there.
Matt, MVP - Dynamics CRM- Marked As Answer byDonna EdwardsMVP, ModeratorWednesday, October 28, 2009 8:05 PM
All Replies
- Hi,You can hide the add existing button by following the post at the url below.Hassan.
Hassan Hussain | http://hassanhussain.wordpress.com/ | http://www.mscrmvirtualusergroup.com/- Proposed As Answer byHassan Hussain Friday, October 09, 2009 1:35 PM
- Marked As Answer byDonna EdwardsMVP, ModeratorWednesday, October 28, 2009 8:05 PM
- check my blog for code
Tiaan van Niekerk http://crmdelacreme.blogspot.com Skype:tiaan.van.niekerk1- Marked As Answer byDonna EdwardsMVP, ModeratorWednesday, October 28, 2009 8:06 PM
- Hi Tiaan,
Thanks for the information. I want to ask where do I need to place this code. Would it go on the onload form of the committee or the contact entity. I have place them on both but it does not work. Any suggestions? - You would add it to the OnLoad event of the form that you want the menu to be removed from. In this case, that would be the COntact entity. Also, be sure to "enable" the OnLoad event after placing the code there.
Matt, MVP - Dynamics CRM- Marked As Answer byDonna EdwardsMVP, ModeratorWednesday, October 28, 2009 8:05 PM
- Hi Matt,
Thanks for replying. It still does not work. Any suggestions.

