Answered by:
How to remove "New Template" button on campaign grid tool bar

Question
-
How to remove "New Template" button on campaign grid tool bar?Friday, June 18, 2010 1:30 PM
Answers
-
- Proposed as answer by HIMBAPModerator Friday, June 18, 2010 1:36 PM
- Marked as answer by Jim Glass Jr Friday, June 18, 2010 5:35 PM
Friday, June 18, 2010 1:36 PMModerator
All replies
-
- Proposed as answer by HIMBAPModerator Friday, June 18, 2010 1:36 PM
- Marked as answer by Jim Glass Jr Friday, June 18, 2010 5:35 PM
Friday, June 18, 2010 1:36 PMModerator -
Hi Mahender,
Thanks for your reply. I have placed the given below code on form load function in Homepage.aspx. But this page is not getting loaded when I click on "Campaigns" link whereas it is loading when I click on Contacts,Opportunities....
if(ORG_UNIQUE_NAME == orgname)
{var newTemplateID=document.getElementById("_MBopenObjExCampaignnullnulltemplate1");
if(newTemplateID!=null)
newTemplateID.style.display='none';
}Any Idea?
Wednesday, June 23, 2010 12:01 PM -
Hi,
Ok, just paste this code on "home_camps.aspx" under CRM\MA location at the “window.onload” function.
it's working fine for me I just tested this.
Let me know if need any other help !!!
Mahain- Proposed as answer by HIMBAPModerator Wednesday, June 23, 2010 12:44 PM
Wednesday, June 23, 2010 12:44 PMModerator -
Hi,
It is working fine if i paste the code in "home_camps.aspx". Thank you very much.
Wednesday, June 23, 2010 12:56 PM