Customize Color of Entity Icon in Dynamics CRM

By | August 29, 2016

With Microsoft Dynamics CRM, users have ability to change entity icon color as per their requirements. With this user can prioritize or personalize Dynamics CRM entities as per business requirements. For this user needs to follow below steps:

  1. Navigate to Settings–>Customizations
  1. Navigate to entity you want to adjust the background icon color for. In this section user will find default icon color.

color of entity icon

  1. Update the Color field with any HTML color code as per business requirement. Here I have selected # FF3364. User can see color preview for selected HTML code. Please find below screenshot for reference:change color of entity icon
  1. Once changes are done, save and publish the customization.
  1. Refresh the window to see the color changes for entity icon.Dynamics CRM Entity IconThis blog discusses about how one can personalize their Microsoft Dynamics CRM by making changes to the default colors for better look and feel. Developers can get entity color programatically from entity metadata as entity metadata property “EntityColor” having values in Color [A= , R= , G= , B= ] format.