Doing a data transfer means that you need to compare the tables of the old version and the new version and where you have mismatch you have to take some action. The data transfer is build on the upgrade from 2009 to 2013 R2 released by Microsoft. We have the MergeTool that is used to […]
Author Archives: Gunnar Gestsson
Hardware Hub IIS Service
This is a web service used as a bridge between NAV and a hardware client running on the host computer. This moves all communication between the software and the hardware to standard web requests. That means that as long as the NAV service and the hardware client can both access the Hub service they will […]
Incoming Document Scanning Add-on for NAV 2013 R2
A new feature in NAV 2013 R2 allows companies to store links to incoming documents and reference them in Purchase Invoices and Journal Lines. There is a video in the How Do I series on Managing Incoming Documents in Microsoft Dynamics NAV 2013 R2. Here is a video I wanted to add a functionality to […]
Import Table Data from Excel for NAV 2013
When starting a new company the needed data is in most cases accessible for Microsoft Excel. Do we want the user to be able to import data from Excel into Dynamics NAV ? This object allows import into any table that the license allows.
Import Table Data from Excel for NAV 2009
When starting a new company the needed data is in most cases accessible for Microsoft Excel. Do we want the user to be able to import data from Excel into Dynamics NAV ? This object allows import into any table that the license allows.
Localized SQL views for NAV 2013 R2
In Dynamics NAV 2009 and older we had an option to maintain views in the database. Activating this caused NAV to create a view for each language and every table in the database. This is a useful thing if you are building BI on top of your SQL and would like to skip all the […]
VB.NET NAV Application Server for NAV 2009 R2
Most of my clients require a running NAV Application Server. The NAS that is included in NAV 2009 R2 requires a license that is included in most licenses today. However, there are cases where more than one NAS is needed. That requires additional NAS licenses. Where the customer is running NAV 2009 R2 middle tier […]
ClosedXML for NAV 2013 R2
The package includes three Add-ons. Two for the server. ClosedXML compiled for NAV 2013 R2. WhiteChar filter to make sure the Excel Document is valid. And one for the client. Helper Class for the Client to open the Excel Document in foreground. Also included are Codeunits to handle ClosedXML and Notes and a demo Report […]