Book Image

Microsoft Dynamics CRM 2011 Application Design

By : Mahender Pal
Book Image

Microsoft Dynamics CRM 2011 Application Design

By: Mahender Pal

Overview of this book

<p>Microsoft Dynamics CRM is an out of the box solution for your business's sales and marketing needs. Giving you the tools and services you need to run efficiently and effectively. <br /><br />"Microsoft Dynamics CRM 2011 Application Design" is the solution to your business needs. Whether you are just starting out or are an old hand this book will provide you with the results you need. Guiding you through real world applications that will benefit your business instantly.<br /><br />Throughout this book you will be building your knowledge through hands on application development from a simple employee recruitment application through to managing an entire hotel.<br /><br />The first chapter is a whirlwind tour of Microsoft CRM preparing you for the applications that lies ahead. As you progress through the book your skills will be developed and stretched further as you customize CRM for your own needs. Each chapter will build up your skill with applications that cover ERP, business logical and an array of other topics that will ultimately allow you to develop your own advanced applications. Then you will utilize your skills to develop web and even mobile applications that can be used in any aspect of your day. The final challenge for you to overcome is an issue tracking application that will test the skills you have learnt to the limit.<br /><br />"Microsoft Dynamics CRM 2011 Application Design" gives you the tools you need to successfully build fully customized applications for all of your business needs.</p>
Table of Contents (17 chapters)
Microsoft Dynamics CRM 2011 Application Design
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Data Model
Index

Introduction to dashboards in Microsoft CRM 2011


Dashboards are a new feature added in Microsoft CRM 2011, which help us to easily access all of our business data in different formats. We can use different components such as charts, graph, lists, IFrame, web page, and Silverlight web resources in a dashboard to view Microsoft CRM 2011 data. By default, a single dashboard can have six components. We can easily create dashboards using the OOB templates available in Microsoft CRM 2011.

Tip

In the Microsoft CRM 2011 on-premise deployment, we can use PowerShell to increase the number of components to be displayed on a dashboard.

Now let's create a dashboard in Microsoft CRM 2011 to host our Silverlight web resource. Use the following steps to create the dashboard and place our web resource in it:

  1. Navigate to Dashboards from the left-hand side navigation section and select New:

  2. Select Dashboard Layout and click on Create.

  3. Name it Show Accounts.

  4. Remove all web resource containers except one.

  5. Click on...