What this book covers
Chapter 1, Introducing Microsoft Dynamics NAV Architectures, introduces you to Microsoft Dynamics NAV. This covers the history and the evolution of this ERP solution and helps you explore the different architectures that you can have when implementing a Microsoft Dynamics NAV ERP solution.
Chapter 2, Configuring Microsoft Dynamics NAV Web Services, introduces you to what Microsoft Dynamics NAV web services are and how you can publish the internal business logic to external applications using SOAP and OData web services.
Chapter 3, Creating an Application Using NAV Web Services, shows you how to implement an external application using .NET and Visual Studio, which interact with the Microsoft Dynamics NAV business logic using web services.
Chapter 4, Using NAV Web Services with Power BI, explains how you can expose the ERP data by using OData web services on the Power BI platform for data analysis and reporting.
Chapter 5, Integrating NAV Web Services and External Applications, shows how you can implement a real-world interface between Microsoft Dynamics NAV and an external application (a B2B web site). In this chapter, you will learn how you can publish the ERP business logic you need, how you can create an integration layer with open communication standards such as XML or JSON, and how you can expose a RESTful service to the external application that connects it with the ERP.
Chapter 6, Extending NAV Pages with Control Add-ins, demonstrates how you can extend the ERP user interface by using custom control add-ins.
Chapter 7, Programming Universal Windows Apps with NAV and Devices, shows you how you can create a RESTful integration service (by using ASP.NET Web API) that connects your Microsoft Dynamics NAV with custom application developed using the Universal Windows Platform. We’ll see how you can implement a solution for device tracking and monitoring health data.
Chapter 8, Exploring Microsoft Azure and its Services, introduces you to the Microsoft Azure cloud platform and its services. You'll get an overview of the Azure platform and learn about the main Azure concepts. You will also get an overview of the main cloud services offered by Azure that could be helpful when implementing distributed architectures based on Microsoft Dynamics NAV.
Chapter 9, Working with Azure App Service and NAV, covers how you can take advantage of cloud services in order to implement a distributed and totally scalable architecture that integrates the Microsoft Dynamics NAV ERP to external systems.
Chapter 10, Implementing a Message-Based Architecture with Azure Service Bus and NAV, covers how you can use another interesting cloud service offered by the Azure platform (the Azure Service Bus) in order to implement a reliable message-based solution (order exchange from distributed locations) with Microsoft Dynamics NAV.