-
Book Overview & Buying
-
Table Of Contents
Microsoft Dynamics CRM 2011 Scripting Cookbook
By :
This recipe will start you with the basics. We'll be looking at adding a new ribbon button. Be aware that you can add a ribbon button across all entities or to a specific entity only. Read through the steps, as there are points identifying which action has to be taken and when.
The ribbon is comprised of the following elements:
Tabs
Groups
Controls
Each of these elements are stacked one inside the other. Tabs contain Groups that contain Controls.
In order to customize the ribbon, please be aware that there are various levels at which this customization can be implemented. These levels are as follows:
Ribbon at the web application level
Ribbon at the form level
Ribbon at the grid level
Ribbon at the entity level
In addition to these levels, we can also customize the Outlook ribbon.
Use an existing instance of Dynamics CRM, or create a new one if one is not available. Make sure you have at least the system customizer permission in order to be able to perform...
Change the font size
Change margin width
Change background colour