![]() |
![]() |
|
|||||||
| Register | Forum Rules | Getting Started! - Guide | Blog | Videos | Gallery | Members List | Social Groups | Mark Forums Read |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
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!!! |
|
|
|
#2 |
|
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!!! |
|
|
|
#3 |
|
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!!! |
|
|
|
#4 |
|
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!!! > > |
|
|
|
#5 |
|
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!!! > > |
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
< Home - Windows Help - MS Office Help - Hardware Support >
| New To Site? | Need Help? |