Skip to main content

Posts

Showing posts with the label NAV2015-NAV2017

Time to Say Good Bye to Dynamics NAV 2017.

Hi Readers, Every product which is released comes up with a Mainstream Support.  When the product is changing it also comes up with change in Release and Mainstream support End Dates. Microsoft Dynamics NAV 2017 - [27/10/2016 to 11/01/2022]

Time to Say Good Bye to Dynamics NAV 2016.

Hi Readers, Every product which is released comes up with a Mainstream Support.  When the product is changing it also comes up with change in Release and Mainstream support End Dates. Microsoft Dynamics NAV 2016 - [01/03/2016 to 04/13/2021]

Dynamics NAV - All that you need to know about MenuSuites.

Hi Readers, This article is based on a request from a blog reader who wanted to understand about MenuSuite in Dynamics NAV. If you have started working with Business central with AL Code then it does not apply to those releases but if you are interested go ahead. Let's start with Future - In Latest and greatest version of product MenuSuite are obsolete and no longer used. So this article applies if you want to learn about C/AL MenuSuite.

Dynamics NAV 2015- Mainstream Support Ended on 01/14/2020.

Hi Readers, It's time to say Good-Bye to Microsoft Dynamics NAV 2015. If you are using NAV 2015 then its time to Upgrade To Business Central. No More Dynamics NAV 2015.

How Rapid Start can help during implementation / Re-implementation?

Hi Readers, Today I would spend some time discussing how to use Rapid start for Implementation or Re-implementation. I can be completely wrong, but I think this is the process that we follow during this kind of projects. Your thoughts after reading this article will be appreciated. It can help or it can motivate me to write more stuff about these kinds of issues or solutions.

How Do I - Test My NAV Web Services.

Hi Readers, I am working a web Service project with a customer and having trouble in communication because from NAV we actually do nothing related to web service publishing. Let me try to explain the problem - If a customer request you to publish a page as web services, for example, "Customer List" Page what we do. 1. We open Web Services page. 2. Add a New record, of Type Page and ID 22 and give a Service Name like cust. 3. Share the URL with the customer. Now, what if the customer says, there we are unable to consume it to Read, Read Multiple and other web service functions what to do??? Let's discuss some of my findings.

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 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.

Microsoft Dynamics NAV 2017 - Email From NAV Part 2.

Hi Readers, Continuing Email From NAV Part 1 . Today I would like to discuss a simple feature that Microsoft introduced in standard NAV for developing word Layout for a Report. We will use this article in next part. The Pattern in Developed and Enhanced from Microsoft starting NAV 2015. In today's article, we will discuss how to develop a simple word layout for Report - 208 Sales Shipment Report. Your comments are awaited for future articles.

Microsoft Dynamics NAV 2017 - Email From NAV Part 1.

Hi Readers, Today I would like to discuss a simple feature that Microsoft is working to be a part of standard NAV or I would say developed a Pattern for, but most of us are still using the old customizing ways which are hard as well as confusing to other developers. The Pattern in Developed and Enhanced from Microsoft starting NAV 2015. In today's article we will discuss how to use the pattern if we want to send an email from NAV and the in the future article we will discuss other enhancements which can be used instead of customizing NAV. The idea is Simple - Using base approach and Customize Less, Saves Cost to Customer and hassle for other developers. Your comments are awaited for future articles. ** This pattern is available from NAV 2015 onwards but for demo, we will be using in NAV 2017.

Microsoft Dynamics NAV 2017 - Feature OR Bug - Update Item Inventory from Item Card.

Hi Readers, I left the decision with you that the topic that we are discussing today is a feature or a bug which I found out recently in NAV 2017. To Me, It's a feature but with my discussion with some professional, I think it depends on customer business how they want to consider this. For some customers, it might be a feature but for some, they might want to remove it.

Microsoft Dynamics NAV 2017 - Data Migration.

Hi All, As With Release of New Version of Microsoft Dynamics NAV 2017, we also need to look into the possibility of Upgrade Our Customer Base to it. In this article, I will share my experience from a Mock Migration From 2016 To NAV 2017. ** Steps remain same if you plan to upgrade from 2013 or later. So if something that you would be interested in Reading Please go Ahead.

Microsoft Dynamics NAV 2017 - Thoughts on ApplicationArea Property.

Hi Readers, Today I would like to discuss ApplicationArea Property with NAV 2017 and Dynamics 365. As per my understanding (which can be wrong) this is a feature which is built in for Dynamics 365 but it does not make sense for Dynamics NAV. With that I feel that - When we look a new feature in the product starting 2017! we need to think about it use not only for NAV but also in perspective of Dynamics 365! The new enhancement available can be a feature of Dynamics 365 but it's of no use in Dynamics NAV.

Microsoft Dynamics NAV 2017 - How Do I Enable Outlook Add-in?

Hi Readers, In this article, we will discuss steps to Enable Outlook Add-in for Microsoft Dynamics NAV 2017. This is one of the most requested articles, sorry for the delay and I hope this answers all questions. For Enabling outlook add-in with Microsoft Dynamics NAV (in-prem only)  we require - SSL Certificate. Certificate Thumbprint. Web Client Installed. If you have not purchased SSL Certificate and require Outlook Add-in for Demo / Testing then Please refer article How to Create SSL Certificate .

Microsoft Dynamics NAV 2017 - Create an SSL Certificate.

Hi Readers, I am back with steps to Create an SSL Certificate after so many e-mails from my readers. The Reason behind having this as a separate article, because SSL Certificate is a pre-requisites for so many setups which will be seen in future. ** Make Sure  - 1. This article list down steps for creating a certificate for Test / Demo Environment. 2. For Product Environment, Please purchase an SSL Certificate from the certification authority. 3. Please follow all steps as specified. Keep a Safe Copy of Certificate thumbprint Generated in - Step D. and Keep a Safe Copy of Certificate Generated in - Step I. We will need it in future for setup and Configuration.

NAVTECDAYS - 2016 Material Available to Download.

Hi All, As most of us know that NAV TechDays 2016 was Scheduled & Completed on 17 & 18 November and with some great session and workshops. Those Who don't know what is NAV TechDays -  NAV TechDays is the name of a conference, organized by mibuso.com . The goal of this conference is to offer 2 days full of – technical only and highly relevant – sessions, related to Microsoft Dynamics™ NAV. As most of us were not there, thanks To Mr. Luc Van Dyck , who published some material from NAV TechDays on Mibuso website. Below are some the session links which are available for download at Mibuso-

Microsoft Dynamics NAV 2017 - Work Description In Sales.

Hi Readers, As we are discussing what's new in Microsoft Dynamics NAV 2017. Today we will discuss so new changes that have been introduced in Sales Process. For Already Published articles about NAV 2017, Click Here. 

Microsoft Dynamics NAV 2017 - What's New in Sales and Purchase Setup.

Hi Readers, As we are discussing what's new in Microsoft Dynamics NAV 2017. Today we will discuss so new changes that have been introduced in Sales & Receivables Setup and Purchases & Payables Setup. For Already Published articles about NAV 2017, Click Here. 

Microsoft Dynamics NAV 2017 - List of System & Hidden Tables.

Hi All, As I always release the list of Virtual Tables in Every New Version of Navision. Here I am with the List of Hidden / Virtual & System Tables in Microsoft Dynamics NAV 2017. If you are looking for the previous Version, use below links - NAV 2009                   NAV 2015                    NAV 2016 For Already Published Article about  NAV 2017 Click Here. Below is the List of Virtual  & System Table In Microsoft Dynamics NAV 2017.