Friday, January 9, 2015

CRM 2013 Checkbox on left side

In CRM there is not supported way to show check box text on right side and check box on left side.
but you can do this by adding one html web resource.

Here are simple steps..

1. Add your check box field on form.
2. Don't show label of check box field by unchecking Display label on the Form check box in field property.

3.  Add new HTML web resource to form.
4. For Web resource also uncheck Display label option
5. In Web resource Formatting tab, select layout as One Column, and row layout for 1 row, scrolling - never and Display border - unchek.


6. Add web resource next for your check box field.

7. In web resource add your check box label.

8. Save and publish your form.


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