Tech Support > Microsoft Windows > Windows CRM > Hiding "Create Quick Campaign" button
Hiding "Create Quick Campaign" button
Posted by VP on August 28th, 2007


Hi,

Can anybody help me on hiding the button in Account entity. I want to
hide "Create quick Campaign" button in Account Record.

Thank You

Vinod

Posted by Sam - Inogic on August 29th, 2007


Hi VP,

Through scripts it is possible to hide the button.

Write the following code in the onload event of the account form.

document.all.<controlname>.style.display = "none"; where controlname is the
name of Create Quick Campaign button on the CRM form. To find the name of
the control press Ctrl + N on the account form. This will open the account
form in another IE window with menu. Click view source to open the html
source of this page. Search for the control here.

Hope this helps!

--
Sam
_______________
Inogic
Innovative Logic
Innovative solutions for your SME ERP/CRM products
E-mail: crm@inogic.com
Web: www.inogic.com
--------------------------


"VP" <vinod.prasanth@gmail.com> wrote in message
news:1188304546.456217.97200@x35g2000prf.googlegro ups.com...