Skip to content

PacktPublishing/Mastering-Microsoft-Dynamics-CRM-2016

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mastering Microsoft Dynamics CRM 2016

This is the code repository for Mastering Microsoft Dynamics CRM 2016, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

Microsoft Dynamics CRM is the most trusted name in enterprise-level customer relationship management. The latest version of Dynamics CRM 2016 comes with the important addition of some exciting 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. You will gain a deep understanding about client-side scripting in Dynamics CRM and learn to create client-side applications using JavaScript and Web API. Extending your CRM applications is described along with introducing visual control frameworks for Dynamics CRM 2016 mobile and tablet applications. The book then moves on to introducing Business Process Flows, Business Rules, and their enhancements. By the end of this book, you will have mastered utilizing Dynamics CRM 2016 features through real-world scenarios.

Instructions and Navigation

All of the code is organized into one folder as these codes are used in every chapter partially.

The code will look like the following:

using Microsoft.Xrm.Sdk.Query; 

namespace SamplePluginProject 
{ 
  public class PreCreateUpdateAccountSamplePlugin : IPlugin 
  { 
    public void Execute(IServiceProvider serviceProvider) 
    { 
    } 
  } 
} 

The software in this book can be run on the Windows.

Related Products

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781786466617

About

Mastering Microsoft Dynamics CRM 2016, published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •