As I already explained in this blog post you can import text files with encoding in Dynamics NAV 2009 R2 Classic Client and old versions. Today, I will use the same trick in order to export a text file with encoding (UTF-8 in the example below). In order to illustrate this, let's export all items … Continue reading Text encoding in NAV 2009 R2 Classic Client – Part 2
Dynamics NAV 2009
Text encoding in NAV 2009 R2 Classic Client – Part 1
P.S: If you're still using Microsoft Dynamics NAV 2009 R2 Classic Client or a previous version, then you may want to continue reading this blog post. We all know that Microsoft Dynamics NAV 2009 R2 Classis Client supports ANSI only (code page 1252 or depends on your windows localization). In order to import/export encoded files … Continue reading Text encoding in NAV 2009 R2 Classic Client – Part 1
My two cents about Try/Catch in C/AL
By introducing NAV 2016, Microsoft introduced Try Functions in order to endow developers with some sort of Try/Catch in C/AL. The purpose of this blog is not to add another entry to explain how to use Try Functions. José Castro Fernández has already explained this here. The problem with these type of functions is resumed in … Continue reading My two cents about Try/Catch in C/AL
How to list “ProcessOnly” Reports in Dynamics NAV 2009
I was doing my "daily NAV tour" on Mibuso and NAV Community forums when I spotted the following question: I have about 300 new reports in my nav database and I need to write down the names of only those that are not ProcessingOnly. Do you know any smart way how to do this quick? … Continue reading How to list “ProcessOnly” Reports in Dynamics NAV 2009