Book Image

Dynamics 365 Application Development

By : Deepesh Somani, Nishant Rana
Book Image

Dynamics 365 Application Development

By: Deepesh Somani, Nishant Rana

Overview of this book

Microsoft Dynamics 365 CRM is the most trusted name in enterprise-level customer relationship management. The latest version of Dynamics CRM comes with the important addition of exciting features guaranteed to make your life easier. It comes straight off the shelf with a whole new frontier of updated business rules, process enhancements, SDK methods, and other enhancements. This book will introduce you to the components of the new designer tools, such as SiteMap, App Module, and Visual Designer for Business Processes. Going deeper, this book teaches you how to develop custom SaaS applications leveraging the features of PowerApps available in Dynamics 365. Further, you will learn how to automate business processes using Microsoft Flow, and then we explore Web API, the most important platform update in Dynamics 365 CRM. Here, you'll also learn how to implement Web API in custom applications. You will learn how to write an Azure-aware plugin to design and integrate cloud-aware solutions. The book concludes with configuring services using newly released features such as Editable grids, Data Export Service, LinkedIn Integration, Relationship Insights, and Live Assist
Table of Contents (20 chapters)
Title Page
Copyright and Credits
Dedication
Packt Upsell
Contributors
Preface
Index

Getting to know Microsoft Flow


As described earlier, Microsoft Flow is a cloud-based service that allows us to create automated workflows between different applications and services. The list of applications and services we can use with Microsoft Flow is constantly expanding. Currently, Microsoft Flow supports more than 170 service connectors, which includes popular applications like Dynamics 365, Office 365 Outlook, OneDrive for Business, SharePoint, Twitter, and Facebook.

Note

For a full list of the available connectors in Microsoft Flow, visit the following link:https://flow.microsoft.com/en-us/connectors/

If this is not enough, we can also build our own connector for our RESTful API that uses JSON.

Note

Create custom connectors in Microsoft Flow at https://flow.microsoft.com/en-us/documentation/register-custom-api/

Apart from cloud-based services, we can also connect to on-premise data sources. To connect to on-premise data sources like SharePoint, SQL Server, Oracle, and so on, we can create...