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...