Skip to main content

Posts

How To Report SaveAsHTML Pre NAV 2017.

Hi Readers, Origin of the today's post is a requirement to Save as Report as HTML in NAV 2016. This also brings some learnings for me so thought to share with you all. Till NAV 2009 (if I remember it correctly) Report.SaveAsHTML was supported but due to design changes in NAV Microsoft decided to obsolete this feature after NAV 2009. But later in NAV 2017, microsoft felt a need to the function and it came back in existence. But due to this confusion, I have provided a bad estimate and end-up spending good amount of time to translate a report (in my case word layout) to an HTML file. In this article, we will see how we can transform a word file to an HTML File using DOTNET Components.

Microsoft Dynamics Navision Cumulative Update Summary For Sep 2017.

Hi All, Microsoft Have Released Cumulative Update for Sep 2017. Please find below the details of Cumulative Updates Released for Microsoft Dynamics NAV 2013, NAV 2013 R2, NAV 2015, NAV 2016 & NAV 2017. Below are the Links to Download the Latest Cumulative Update.

Microsoft Dynamics NAV - Get File Count from a Folder using Dotnet.

Hi All, Today I want to discuss a code re-write that I had to do on a recent project about file handling. Scenario - PDF will be saved in a shared path whenever a purchase invoice is printed. To Generate File Name we were using Purchase Invoice No. and then extending that with an integer. So if Purchase Invoice (PRO001) Report will be printed for the fifth time, the shared path will already have following files - PRO001-1.pdf PRO001-2.pdf PRO001-3.pdf PRO001-4.pdf And Next file name should be PRO001-5.pdf.

Microsoft Dynamics NAV 2017 - Email From NAV Part 3.

Hi Readers, Let's continue what we are discussing from Last two weeks. To understand the content of this article and use the pattern we are about to discuss in this article you need to go through old articles. If you haven't read the Part 1 and Part 2 below are the links for same. Part 1 - Send Email from Navision using a Pattern provided by Microsoft in New version. Part 2 - Develop a Word Layout for Sales Shipment Report. In this last article, we will discuss how to use the Pattern & Word Layout for sending an Email. The idea is Simple - Using word Layout for the Email Body and then use Email Pattern to send Email. Without Further Delay, let's discuss how we can configure & customize same in NAV 2017. Thanks to  Mohamed Zayed  and hope this solves your issue. ** What we are customizing is already part of standard NAV. The article is just for an explanation how to customize if required to be added in some other NAV areas.