Showing posts with label Company logo. Show all posts
Showing posts with label Company logo. Show all posts

Thursday, June 12, 2014

Change "Microsoft Dynamics CRM" text For MS CRM 2013

NOTE: THIS IS TOTALLY UNSUPPORTED MS CRM 2013 CUSTOMIZATION.  BEFORE DOING THESE CHANGES, PLEASE TAKE COPY OF FILES, MENTIONED IN THIS ARTICLE.


Change Microsoft Dynamics CRM text with company name
JavaScript File:  /_static/_controls/NavBar/NavBar.js
·         Open JS file
·         Look for  Span id “navTabLogoTextId

span id="navTabLogoTextId" class="navTabLogoText">Your Custom Text  /span

·         This span is in two functions, replace in both
Mscrm.TabLogoImageBuilder.prototype
Mscrm.TabLogoButtonBuilder.prototype
·         Save Changes
·         Clear Browser cache / restart IIS

·         Your new text will be shown. 

Before 


After