Book Image

Mastering Microsoft Dynamics CRM 2016

By : Deepesh Somani
Book Image

Mastering Microsoft Dynamics CRM 2016

By: Deepesh Somani

Overview of this book

Microsoft Dynamics CRM is the most trusted name in enterprise-level customer relationship management. The latest version of Dynamics CRM 2016 comes with some exciting extra features guaranteed to make your life easier with Dynamics CRM. This book provides a comprehensive coverage of Dynamics CRM 2016 and helps you make your tasks much simpler while elevating you to the level of an expert. The book starts with a brief overview of the functional features and then introduces the latest features of Dynamics CRM 2016. You will learn to create Word and Excel templates, using CRM data that will enable you to provide customized data analysis for your organization. You will understand how to utilize Dynamics CRM as an XRM Framework, gain a deep understanding about client-side scripting in Dynamics CRM, and learn creating client-side applications using JavaScript and Web API. We then introduce visual control frameworks for Dynamics CRM 2016 mobile and tablet applications. Business Process Flows, Business Rules, and their enhancements are introduced. By the end of this book, you will have mastered utilizing Dynamics CRM 2016 features through real-world scenarios.
Table of Contents (20 chapters)
Title Page
Credits
About the Author
Acknowledgment
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface

Entity views


The following are the main views present for any entity:

  • Active records: This view shows the active records of the entity.
  • Inactive records: This view shows the inactive records of the entity.
  • Associated records view: This view shows the associated records (N:1 and N:N) of the entity with other entities.
  • Lookup view: This view appears on the 1:N control.
  • Advanced find view: This view allows users to create queries, and save and export the results. This can also be converted into a personal view so that the query is saved. Bulk operations, such as updation of records, are also possible using the advanced find view.

To modify any existing view or to create a new one, the user can navigate to Settings | Solution and open a solution containing the entity. The following screenshot explains the steps. For the sake of this example, we will use the out-of-box Contact entity:

Contact View

To modify an existing view, just double click on View:

Active Contact View

To add columns in the view, you...