-
Continue reading →: CUMULATIVE UPDATE SUMMARY-MAY 2017
Following is summary for cumulative update release in month of February The cumulative update is intended mainly for solutions that are experiencing the problems described in the Knowledge Base article linked to below. However, you are advised to always keep your solution updated with the latest cumulative update. If you are in…
-
Continue reading →: Cumulative Update 04 for Microsoft Dynamics NAV 2017 (Build 15601)
Cumulative update 04 released for 2017 and you can download from following links https://www.microsoft.com/en-us/download/details.aspx?id=54802 Problems that are resolved in this cumulative update The following problems are resolved in this cumulative update: Platform hotfixes ID Title 200766 Meeting invites are logged and placed in the store folder but the interaction…
-
Continue reading →: Fetch Filename from Directory using DotNet Datatype-NAV 2017
During recent implementation got task to fetch the files from specified directory to import in tables using XMLPORT and I was using NAV 2017. Now in classic version we were able to use FILE and this virtual table was giving us the list of files in specified path by using…
-
Continue reading →: 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/
-
Continue reading →: Cumulative Update Summary-Feb 2017
Following is summary for cumulative update release in month of February The cumulative update is intended mainly for solutions that are experiencing the problems described in the Knowledge Base article linked to below. However, you are advised to always keep your solution updated with the latest cumulative update. If you are in…
-
Continue reading →: Microsoft MVP Award Update
Microsoft made significant changes in MVP award program and now it will be awarded every month . More information on following blog written by Steve Guggenheimer, corporate vice president of Microsoft’s Developer eXperience & Evangelism (DX) group https://blogs.msdn.microsoft.com/stevengu/2017/02/01/continuing-the-evolution-of-the-mvp-award/ Anyway I am still waiting for my first MVP award. 🙂 …
-
Continue reading →: Media Datatype-NAV2017
In this blog will try to explain how Media data type works in NAV2017 for uploading media,image. Media data type store media in system tables of the database and then reference the media from application records. Media datatype provided better performance than traditional BLOB datatype. With BLOB datatype ,media is…
-
Continue reading →: NAV 2017 CU2.1 Avaialbe for Download
Two days ago I posted Personal Link to download the NAV2017 CU2 which I downloaded before MS pull off from official link. Now MS published the official link to download NAV2017 CU2. You can download from following link https://www.microsoft.com/en-us/download/details.aspx?id=54672
-
Continue reading →: NAV2017 CU2 Download Link
At the moment Microsoft dynamics Navision download link temporarily unavailable due to migration and updating the contents. For my friends here is download link of NAV2017 CU2 for W1 version to download. NAV2017 Cumulative Update 2 Happy downloading
-
Continue reading →: 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…