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

Creating a Business Process Flow


The following steps show how to create a new Business Process Flow for an entity:

  1. Navigate to the solution section and open the solution where you want to create the Business Process Flow. After opening the solution, navigate to the section of processes:

Business process flow creation

  1. Click on the New button. It should open a new window for creating the basic details of the process. Note that, as we are discussing the implementation of a Business Process Flow, we will select Category of the process as Business Process Flow. You must select the entity for which the process flow needs to be configured. As discussed, it implies the main entity that the process flow will run against:

Business process flow creation

As shown in the screenshot, you can also decide the device on which the process flow should appear. After you enter all the information and click OK, a window should open up where you can enter the details about the Business Process Flow.

Note

Note that, as...