How to handle CodeUnit 1 Logic in Business Central upgrade

As you all are aware that Codeunit 1 (Application Management) has been removed and it is replace with new system codeunits. By moving this there is no functionality changes but this process will affect upgrade process for NAV. All these functions has been changed  to different event including publishers and subscribers that means instead of calling … Continue reading How to handle CodeUnit 1 Logic in Business Central upgrade

User and Workspace Settings in Visual Studio Code

I hope you already started working with Visual studio code. In this section we will see how to do setting for User and workspace in Visual Studio code environment. It is easy to configure visual studio code as per your likings using various settings. You can change VS code editor ,user interface and functioning by … Continue reading User and Workspace Settings in Visual Studio Code

Setup Visual Studio Code for local NAV server Installation

In this section we will see how do we setup Visual studio code locally on NAV 2018 server. Hereby I assume that NAV 2018 is already installed on local machine . You can download Visual studio code from Visual Studio Code After Installing NAV 2018 and Visual Studio Code follow following steps to enable Visual studio … Continue reading Setup Visual Studio Code for local NAV server Installation

February Update for NAV Development Tool

As the NAV development tool getting updated every day based on the issues reported on GitHub and MS team is continuously updating the development tool Refer following link for update for this month https://blogs.msdn.microsoft.com/nav/2017/02/16/nav-development-tools-preview-february-update/  

Page Extension -Tenerife Visual Studio Code

In previous post Table Extension we saw how to extend table using Tenerife (New NAV development tool) .In this blog post we will see how to extend Pages using visual studio code. The page objects extends a dynamics NAV page object .This will used for add or overrides the functionality.The structure of page is divided into three … Continue reading Page Extension -Tenerife Visual Studio Code

Create Table Extension with Tenerife-Visual Studio Code

At the moment Microsoft development tool is still evolving and getting updated day by day. In this blog post we will see how how to create Table extension object. The table extension allows you to add more fields or change properties on a table. Along with defining other fields,the table extension is where you can … Continue reading Create Table Extension with Tenerife-Visual Studio Code