locked
How to remove "New Template" button on campaign grid tool bar RRS feed

  • Question

  • How to remove "New Template" button on campaign grid tool bar?
    Friday, June 18, 2010 1:30 PM

Answers

All replies

  • Friday, June 18, 2010 1:36 PM
    Moderator
  • 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
    Wednesday, June 23, 2010 12:44 PM
    Moderator
  • 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