A while ago, I posted a blog post to download the exchange rates from ECB. Someone replied that the code is using automations, which do not longer work as of NAV 2013. In this post, I will just do the same, except using DotNet variables this…
Code fields in NAV very often store numbers: most of the people assume them to be sorted as an integer, but let’s see how NAV deals with a table having one code field as primary key: Bron : Rebu's Dynamics NAV diary Lees meer...
If your company is using the Dynamics NAV Standard Cost Method, there are times when you need to establish Standard Costs for Purchase and Produced items. In Dynamics NAV there is functionality and a process for establishing Standard Costs that will update the Standard Costs for…
This coffee break post illustrates how to search a text file for specific words or a phrase. You can do this with Windows PowerShell in any text files, but let's use some Dynamics NAV objects exported as text. Technically speaking we are reading a text file…
Day by day I am moving closer to DotNet programming in Dynamics NAV. More and more of the things I like to do are more easily solved with DotNet than with native C/AL code. Bron : Gunnar's Blog Lees meer...
Quite a few people have asked that we excavate the guidance for how to upgrade from Microsoft Dynamics NAV 2009 R2 directly to Microsoft Dynamics NAV 2015. We provided this guidance in the blog post for Cumulative Update 1, but as time progresses, this becomes harder…