Book Image

Mastering Microsoft Dynamics 365 Business Central

By : Stefano Demiliani, Duilio Tacconi
Book Image

Mastering Microsoft Dynamics 365 Business Central

By: Stefano Demiliani, Duilio Tacconi

Overview of this book

Dynamics 365 Business Central is an all-in-one business management solution, which is easy to adopt and helps you make smarter business decisions. This book is a comprehensive guide to developing solutions with Microsoft ERP (in the cloud and also on-premises). It covers all aspects of developing extensions, right from preparing a sandbox environment to deploying a complete solution. The book starts by introducing you to the Dynamics 365 Business Central platform and the new Modern Development Environment. You'll then explore the sandbox concept, and see how to create sandboxes for development. As you advance, you’ll be able to build a complete advanced solution for Dynamics 365 Business Central with AL language and Visual Studio Code. You'll then learn how to debug and deploy the extension and write automatic testing. The book will also take you through advanced topics like integration (with Azure Functions, web services, and APIs), DevOps and CI/CD techniques, and machine learning. You'll discover how Dynamics 365 Business Central can be used with Office 365 apps. Finally, you'll analyze different ways to move existing solutions to the new development model based on extensions. By the end of this book, you'll be able to develop highly customized solutions that meet the requirements of modern businesses using Dynamics 365 Business Central.
Table of Contents (25 chapters)
Free Chapter
1
Section 1: Dynamics 365 Business Central - Platform Overview and the Basics of Modern Development
5
Section 2: Developing Extensions for Dynamics 365 Business Central
10
Section 3: Debugging, Testing, and Release Management (DevOps)
15
Section 4: Advanced Integrations with Dynamics 365 Business Central
20
Section 5: Moving Solutions to the New Extension Model

What this book covers

Chapter 1, Microsoft Dynamics 365 Business Central Overviewprovides a technical introduction to the Dynamics 365 Business Central architecture (cloud and on-premises) and to the new development platform.

Chapter 2, Mastering a Modern Development Environment, provides an overview of the modern development environment for Dynamics 365 Business Central as well as tips and tricks on how to efficiently work with Visual Studio Code when developing extensions.

Chapter 3, Online and Container-Based Sandboxes, covers all the details about how to create a sandbox environment with Dynamics 365 Business Central for development, how to use an online sandbox for testing, and how to use Docker to improve your development process.

Chapter 4, Extension Development Fundamentals, provides an overview of the new extension model, the differences with the past, the new object types, and how to create objects with AL.

Chapter 5, Developing a Customized Solution for Dynamics 365 Business Centralguides you in developing a complete solution with Dynamics 365 Business Central using Visual Studio Code and the AL language, starting from a real-world business case. In this chapter, you will see how to create a complete solution and how to customize the solution for a customer without modifications to the base code.

Chapter 6, Advanced AL Developmentcovers the advanced programming topics that you need to know about when developing extensions, such as file management, using .NET objects, calling web services with AL, handling XML and JSON, handling media files, handling notifications, asynchronous programming, and more.

Chapter 7, Report Development with AL, introduces you to how to handle reports in the new extension model (the creation of new reports and the customization of existing reports).

Chapter 8, Installing and Upgrading Extensions, shows you how to handle install and upgrade logic for your Dynamics 365 Business Central extensions.

Chapter 9, Debugging, shows you how to debug an extension and how to inspect code and variables.

Chapter 10, Automated Test Development with AL, covers the details of how to write and execute automated tests for Dynamics 365 Business Central extensions.

Chapter 11, Source Code Management and DevOps with Business Central, covers how to efficiently handle source code management techniques when developing solutions for Dynamics 365 Business Central, and it will give an overview on how to handle continuous integration/continuous delivery (CI/CD) and DevOPs techniques for your extension's projects.

Chapter 12, Dynamics 365 Business Central APIs, introduces the Dynamics 365 Business Central API framework. It shows you how to use existing APIs, how to create new APIs to extend the platform, and also advanced API topics such as bound actions and webhooks.

Chapter 13, Serverless Business Processes with Business Central and Azure, describes how to use Azure Functions with Dynamics 365 Business Central to execute .NET code in the cloud and to implement serverless processing solutions.

Chapter 14, Monitoring, Scaling, and CI/CD with Azure Functions, shows you how to monitor Azure functions, how to handle scalability for improving performance, and how to implement a CI/CD process using Azure DevOps.

Chapter 15, Business Central and Integration with the Power Platform, shows the usage of Dynamics 365 Business Central in combination with the Dynamics 365 Power Platform. We'll see an overview of the Power Platform applications and some real-world applications by using the Power Platform with Dynamics 365 Business Central.

Chapter 16, Integrating Machine Learning into Dynamics 365 Business Central, gives an overview of how to integrate machine learning functionalities into Dynamics 365 Business Central extensions.

Chapter 17, Moving Existing ISV Solutions to the New Extension Model, covers taking an existing ISV solution (written with old C/AL code) and moving it to the new extension model. It covers in detail the architectural aspects and gives tips on how to start this process in the right way.

Chapter 18, Useful and Proficient Tools for AL Developers, presents a set of third-party tools that are useful to your development experience.