Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases now! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Implementing Microsoft Dynamics 365 Customer Engagement

You're reading from   Implementing Microsoft Dynamics 365 Customer Engagement Configure, customize, and extend Dynamics 365 CE in order to create effective CRM solutions

Arrow left icon
Product type Paperback
Published in Mar 2020
Publisher Packt
ISBN-13 9781838556877
Length 426 pages
Edition 1st Edition
Concepts
Arrow right icon
Author (1):
Arrow left icon
Mahender Pal Mahender Pal
Author Profile Icon Mahender Pal
Mahender Pal
Arrow right icon
View More author details
Toc

Table of Contents (14) Chapters Close

Preface 1. Introduction to Dynamics 365 CE FREE CHAPTER 2. Implementation Methodology 3. Requirement Gathering and Analysis 4. Preparing Functional and Technical Design Documents 5. Configuring Your Dynamics 365 CE Organization 6. Customizing Dynamics 365 CE 7. Extending Dynamics 365 CE 8. Integrating Dynamics 365 CE with Other Applications 9. Business Intelligence and Reporting 10. Testing and User Training Planning 11. Migration and Upgrade 12. Deployment and Go-Live Support 13. Other Books You May Enjoy

To get the most out of this book

This book assumes you are familiar with earlier versions of Dynamics CRM and have programming knowledge. You should have access to a Dynamics 365 CE environment or you can set up a Dynamics 365 CE trial instance to work with different chapters. This book has the following software and hardware requirements:

Software/Hardware covered in the book

OS requirements

Visual Studio 2012 or later Windows 7 SP1 or later
Windows Identity Foundation Windows 7 SP1 or later
Microsoft Dynamics 365 Report Authoring Extension

Windows 7 SP1 or later

SQL Server Data Tools for Visual Studio 2012 or later

Windows 7 SP1 or later

If you are using the digital version of this book, we advise you to type the code yourself or access the code via the GitHub repository (link available in the next section). Doing so will help you avoid any potential errors related to the copying/pasting of code.

Download the example code files

You can download the example code files for this book from your account at www.packt.com. If you purchased this book elsewhere, you can visit www.packtpub.com/support and register to have the files emailed directly to you.

You can download the code files by following these steps:

  1. Log in or register at www.packt.com.
  2. Select the Support tab.
  3. Click on Code Downloads.
  4. Enter the name of the book in the Search box and follow the onscreen instructions.

Once the file is downloaded, please make sure that you unzip or extract the folder using the latest version of:

  • WinRAR/7-Zip for Windows
  • Zipeg/iZip/UnRarX for Mac
  • 7-Zip/PeaZip for Linux

The code bundle for the book is also hosted on GitHub at https://github.com/PacktPublishing/Implementing-Microsoft-Dynamics-365-Customer-Engagement. In case there's an update to the code, it will be updated on the existing GitHub repository.

We also have other code bundles from our rich catalog of books and videos available at https://github.com/PacktPublishing/. Check them out!

Conventions used

There are a number of text conventions used throughout this book.

CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Please refer to the Appendix1 folder on the GitHub repository for this book."

A block of code is set as follows:

req.open("GET", globalContext.getClientUrl() + "/api/data/v9.1/contacts(" + contactid + ")?$select=emailaddress1", true);

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

if (this.readyState === 4) {
req.onreadystatechange = null;
if (this.status === 200) {
//code to process result
}}

Bold: Indicates a new term, an important word, or words that you see on screen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Start Visual Studio, go to New Project, and select Console App."

Warnings or important notes appear like this.
Tips and tricks appear like this.
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime