Showing posts with label Navigation Header. Show all posts
Showing posts with label Navigation Header. Show all posts

Thursday, June 12, 2014

Identify MS CRM 2013 Environment by different colors

 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:  /_controls/NavBar/NavBar.css.aspx
·         Open CSS file
·         Look for  .navigationControl
·         Set background-color to color you like.
·         Save Changes
·         Clear Browser cache
·         Your new text will be shown. 

Before

After


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