Change IE7 Tab Description

Last post 10-02-2008 8:50 AM by idolomarcelo. 7 replies.
Page 1 of 1 (8 items)
Sort Posts: Previous Next
  • 08-12-2008 9:51 AM

    Change IE7 Tab Description

    Hi All,

    I am trying to modify the description on the IE7 Tabs so that it says something more meaingful as we have call centres servicing differnt companies - mult-tenancy. What we need is to have instead of Microsoft Dynamics CRM the name of the organisation that individual is actually working for.

     Is this possible? I think it has something to do with the title of the web page, however i am not sure how this is modified in the application.

    Thanks in advance,

    Robert Conacher

  • 08-12-2008 1:57 PM In reply to

    Re: Change IE7 Tab Description

    Hi,Another (supported) way would be to change the caption of an existing menu, or insert a new menu, with organization name as caption.(in sitemap.xml) (Example: Workplace – Contoso)

    Based on every company has his own database you can do different changes in the sitemap.xml

    Workplace - Org1

    Workplace - Org2

    ...

    I had often seen this for production and test environmentsRegards,Rene

     

    Tags: ,
  • 08-13-2008 11:52 PM In reply to

    Re: Change IE7 Tab Description

    hope if you are able to change the title of a window, the IE 7 tab caption also will be changed

    Binukumar S | South India
  • 08-14-2008 3:01 AM In reply to

    Re: Change IE7 Tab Description

    Binu is right,

    Can you try add below code to onload() event of your form;

    document.title = 'your title';
    Baris KANLICA
    Software Specialist and Consultant
    www.cub-e.net
  • 08-14-2008 3:12 AM In reply to

    Re: Change IE7 Tab Description

    Thanks all, 

    Do you know if there is any way of adding this to the Default/Home/Loader page. This is what i want i am just trying to apply it to the whole application. 

     

    eg Default Pane (Workspace), Default Tab (Activities) and all other subsequent pages that are loaded

     

    Many Thanks,

    Robert Conacher

  • 08-18-2008 9:31 PM In reply to

    Re: Change IE7 Tab Description

    You can take Loader.aspx from CRM server (C:/inetpub/wwwroot/loader.aspx) and write a static title there in its HTML part, but i think its not the one you need, right ?

    Binukumar S | South India
  • 10-02-2008 8:49 AM In reply to

    Re: Change IE7 Tab Description

    Hello i do that In the loader.aspx script you must to change the head and add in the event page on load function PageOnLoad() { var myTitle = "CRM" + prependOrgName(" CONSULTING S.A."); var myTitleSplit = myTitle.split("/"); document.title= myTitleSplit[0] + " - " + myTitleSplit[1]; i hope this save your self bye!
  • 10-02-2008 8:50 AM In reply to

    Re: Change IE7 Tab Description

    Hello i do that In the loader.aspx script you must to change the head ! and add in the event page on load function PageOnLoad() { var myTitle = "CRM" + prependOrgName(" CONSULTING S.A."); var myTitleSplit = myTitle.split("/"); document.title= myTitleSplit[0] + " - " + myTitleSplit[1]; i hope this save your self bye!
Page 1 of 1 (8 items)