TechTalkz.com Logo Ask the Expert

Go Back   TechTalkz.com Technology & Computer Troubleshooting Forums > Tech Support Archives > Microsoft > Microsoft Dynamics CRM

Notices

Hide "deactivate" option from More Actions menu

Microsoft Dynamics CRM


Reply
 
Thread Tools Display Modes
Old 11-01-2008, 11:22 AM   #1
JDS
Guest
 
Posts: n/a
Hide "deactivate" option from More Actions menu

Hello,

I need to remove the deactivate option from the More Actions menu from a
custom entity we have called Inquiries...If someone could help point me in
the right direction that would be great!!!
  Reply With Quote
Old 11-01-2008, 11:22 AM   #2
Darren Liu
Guest
 
Posts: n/a
Re: Hide "deactivate" option from More Actions menu

I would recommend that you look into using JavaScript to do it. You
need to find the Element ID using IE developer toolbar. then use you
can the following code to hide it. Hopefully this will give you a
quick start. Just FYI, this is not supported by Microsoft, it's on
your own risk.

var t = document.GetElementById("");
t.style.display = "none";

Darren Liu, Microsoft CRM MVP
Crowe
http://www.crowecrm.com

On Jan 10, 1:27*pm, JDS <J...@discussions.microsoft.com> wrote:
> Hello,
>
> I need to remove the deactivate option from the More Actions menu from a
> custom entity we have called Inquiries...If someone could help point me in
> the right direction that would be great!!!


  Reply With Quote
Old 11-01-2008, 11:22 AM   #3
Darren Liu
Guest
 
Posts: n/a
Re: Hide "deactivate" option from More Actions menu

I would recommend that you look into using JavaScript to do it. You
need to find the Element ID using IE developer toolbar. then use you
can the following code to hide it. Hopefully this will give you a
quick start. Just FYI, this is not supported by Microsoft, it's on
your own risk.

var t = document.GetElementById("");
t.style.display = "none";

Darren Liu, Microsoft CRM MVP
Crowe
http://www.crowecrm.com

On Jan 10, 1:27*pm, JDS <J...@discussions.microsoft.com> wrote:
> Hello,
>
> I need to remove the deactivate option from the More Actions menu from a
> custom entity we have called Inquiries...If someone could help point me in
> the right direction that would be great!!!


  Reply With Quote
Old 11-01-2008, 11:24 AM   #4
JDS
Guest
 
Posts: n/a
Re: Hide "deactivate" option from More Actions menu

Thanks Darren for your quick reply,

I found the ID _MIdoActioncrmGrid10002deactivate but I got an error after
trying the following:

var t = document.GetElementById("_MIdoActioncrmGrid10002de activate");

t.style.display = "none";

and the option still shows in the Actions Menu...
"Darren Liu" wrote:

> I would recommend that you look into using JavaScript to do it. You
> need to find the Element ID using IE developer toolbar. then use you
> can the following code to hide it. Hopefully this will give you a
> quick start. Just FYI, this is not supported by Microsoft, it's on
> your own risk.
>
> var t = document.GetElementById("");
> t.style.display = "none";
>
> Darren Liu, Microsoft CRM MVP
> Crowe
> http://www.crowecrm.com
>
> On Jan 10, 1:27 pm, JDS <J...@discussions.microsoft.com> wrote:
> > Hello,
> >
> > I need to remove the deactivate option from the More Actions menu from a
> > custom entity we have called Inquiries...If someone could help point me in
> > the right direction that would be great!!!

>
>

  Reply With Quote
Old 11-01-2008, 11:24 AM   #5
JDS
Guest
 
Posts: n/a
Re: Hide "deactivate" option from More Actions menu

Thanks Darren for your quick reply,

I found the ID _MIdoActioncrmGrid10002deactivate but I got an error after
trying the following:

var t = document.GetElementById("_MIdoActioncrmGrid10002de activate");

t.style.display = "none";

and the option still shows in the Actions Menu...
"Darren Liu" wrote:

> I would recommend that you look into using JavaScript to do it. You
> need to find the Element ID using IE developer toolbar. then use you
> can the following code to hide it. Hopefully this will give you a
> quick start. Just FYI, this is not supported by Microsoft, it's on
> your own risk.
>
> var t = document.GetElementById("");
> t.style.display = "none";
>
> Darren Liu, Microsoft CRM MVP
> Crowe
> http://www.crowecrm.com
>
> On Jan 10, 1:27 pm, JDS <J...@discussions.microsoft.com> wrote:
> > Hello,
> >
> > I need to remove the deactivate option from the More Actions menu from a
> > custom entity we have called Inquiries...If someone could help point me in
> > the right direction that would be great!!!

>
>

  Reply With Quote
Reply

Thread Tools
Display Modes



< Home - Windows Help - MS Office Help - Hardware Support >


New To Site? Need Help?

All times are GMT +5.5. The time now is 02:34 PM.


vBulletin, Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO
Copyright © 2005-2010, TechTalkz.com. All Rights Reserved - Privacy Policy
Valid XHTML 1.0 Transitional