Recently, I need to import some flat text files into NAV into completely new tables. So first, I created a table containing all the fields in the correct order. Next I had to create an XMLPort to import the values. But, there were over 200 fields ...
Some of you might already have needed to translate NAV objects before. When you did this, odds are big that you have run into “unreadable” translation tokens? Well, I have, after searching around a bit, ran into a blog post that seems ...
We all had our fair share of database we were locked out of, because a user added himself and no other users to a database. In that case, we have 3 options to gain access to the database. One of the possibilities I’ll describe is using Power...
A while ago, I ran into a problem while using DotNet variables. Whenever I executed the code in our development environment, the code executed without problems, however, on the client side, we received errors when reading the information out of th...
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 time....
Let me start by excusing myself for an absence of posting lately. It has been very busy recently in my private life. Becoming a father certainly makes you more prone to setting priorities Lately I have been making several NAV2013 reports, so may...
As I still didn’t find a lot of time to start with the beta, here are my first bullet points of changes I noticed in NAV 2013 beta Development Environment. Definitely more to come!!! Setup: Outlined profiles installation (Client / … Co...
I guest we all have had a situation where we needed to update the parent page from a SubPage. Without some funky workaround, this was simply not possible. Well, good news in NAV2015… Since NAV 2015 we have a cool new feature called UpdatePr...
Most of us had already experienced the joy of getting an error while reading Excel through C/AL: To support the <Language> (<Country>) language, install the Language Package for your version of Microsoft Office. It seems that even by u...