/Building-ERP-Solutions-with-Microsoft-Dynamics-NAV

Building ERP Solutions with Microsoft Dynamics NAV, Published by Packt

Primary LanguageC#MIT LicenseMIT

Building ERP Solutions with Microsoft Dynamics NAV

This is the code repository for Building ERP Solutions with Microsoft Dynamics NAV, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

Implementing Microsoft Dynamics NAV in the real world often requires you to integrate the ERP with external applications or solve complex architectural tasks in order to have a final successful project. This book will show you how to extend a Microsoft Dynamics NAV installation to the enterprise world in a practical way.

Instructions and Navigation

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

Chapters 1,2 and 8 does not have codes in it.

The code will look like the following:

    public Dictionary<string,Boolean> GetItems()
      {
         Dictionary<string, Boolean> dict = new Dictionary<string,
         Boolean>();
         LoadProductionOrders(ref dict);
         return dict;
       }

To successfully follow the examples described in this book, you will need the following software: A Microsoft Dynamics NAV 2017 product DVD with a valid developer license to install the application on your own server Microsoft Visual Studio 2015 Professional or at least the free Microsoft Visual Studio Community Edition version An active Microsoft Azure subscription

Related Products

Suggestions and Feedback

Click here if you have any feedback or suggestions.