This package contains the basic functionality to manage your Dynamics NAV installations. The C/AL code is written for Dynamics NAV 2015 and it can manage installations from Dynamics NAV 2013 R2 and later. Included also is a PowerShell script package. The package uses extended version of PowerShell for NAV that is available for download here. This is intended to be […]
Category Archives: NAV 2015
NAV SQL Trace Analysis
Download This tool analyzes a SQL Trace created from a Microsoft Dynamics NAV database using SQL Server Profiler. It will show how many times each table has been read and written to. I will also show each transaction in detail, including the values used for INSERT and UPDATE statements. Based on the table License Permission […]
Generic Attachment Management
Hi all, As this was asked by most of my Blog Readers that how we can save attachments / files with respect to Navision Documents like Sales order or Purchase orders, Here is a post which list the steps for achieving the goal. http://saurav-nav.blogspot.com/2015/01/nav-2013-r2-generic-attachment.html Regards, Saurav Dhyani saurav-nav.blogspot.com
PowerShell Manager for C/SIDE
Download This set of objects provide a framework for you to run PowerShell from within NAV. The objects are provided “as is”, without any recommendations in any direction. Use at your own risk :-). More information can be found on my blog as well:http://www.waldo.be/2014/12/17/running-powershell-from-nav/
Renumbering Tool for Windows Client
A solution to renumber NAV objects. The code is all in the Table, not the ideal setup but I preferred fewer objects over prettier design. On the other hand this it not that big of an object so every developer should find the way through the code in there. Take a closer look and download from Dynamics.is […]
Button and Text Box add-in for Windows Client
The package contains the add-in and a sample page. Install the add-in into the NAV database like this. For NAV 2013 R2 copy the add-in into the Role Tailored Add-in folder. In NAV 2015 create a dedicated folder in the server Add-in folder and copy the add-in file there. The server will deliver the […]
Incoming Document Scanning Add-on for NAV 2015
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 added a functionality to scan and […]
Centralized Setup Data for NAV 2015
This solution hooks into the database triggers and allows you to set up on a field level triggers to activate. When a trigger fires an XML document with the modifications is created. This document can be delivered to a multiple locations and applied. For example if a new posting group should be automatically created in […]
Upgrade Code Generation Tool for NAV 2015
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 new upgrade methods in NAV 2015 by Microsoft. We have the MergeTool that is used to compare and merge […]