
Mastering Microsoft Dynamics NAV 2016
By :

In this section, we will discuss the most basic way to develop NAV extensions. For this, we are going to use the cmdlets to achieve our goal of creating an NAV extension. Let's take a look at some of the prerequisites.
I will not get into details on the creation of an isolated environment for working on NAV extensions. For more information on how to build your own development environment to start developing Microsoft Dynamics NAV extensions, refer to https://msdn.microsoft.com/en-us/library/mt574395(v=nav.90).aspx.
For the purpose of this example, we are going to introduce some changes to the Development Environment in Microsoft Dynamics NAV:
I have created a menu in the item list that will basically calculate some things in the item table, which will then be shown on the item list page. For the sake of simplicity, I am not going to explain what this function is actually going to do. You can assume any functionality, and we are...