How to access timestamp from C/AL? When you Google/Bing this question, you mainly get three answers: Short answer: you can't, Write a SQL query using ADO.NET, Create a SQL view and use a linked table on NAV, When Microsoft introduced NAV 2016, we got a fourth answer described in this blog post by Dynamics NAV … Continue reading How to: Access timestamp from C/AL
Dynamics NAV
How to: Remove/Restore Departments Button
We all know that we can remove the Departments button from NAV Window Client (RTC). This subject was discussed many times on other blogs. Here is an excellent post that describes this topic: https://saurav-nav.blogspot.fr/2013/04/configuring-profile-in-role-tailored.html But, what if you need to restore the Departments button? The answer you can get on internet is: Go to configuration … Continue reading How to: Remove/Restore Departments Button
Print to different trays in NAV – Part 4
This post is part of a series of posts where I explain how to print to different trays in NAV. Print to different trays in NAV - Part 1 Print to different trays in NAV - Part 2 Print to different trays in NAV - Part 3 Print to different trays in NAV - Part … Continue reading Print to different trays in NAV – Part 4
Print to different trays in NAV – Part 3
This post is part of a series of posts where I explain how to print to different trays in NAV. Print to different trays in NAV - Part 1 Print to different trays in NAV - Part 2 Print to different trays in NAV - Part 3 Print to different trays in NAV - Part … Continue reading Print to different trays in NAV – Part 3
Print to different trays in NAV – Part 2
This post is part of a series of posts where I explain how to print to different trays in NAV. Print to different trays in NAV - Part 1 Print to different trays in NAV - Part 2 Print to different trays in NAV - Part 3 Print to different trays in NAV - Part … Continue reading Print to different trays in NAV – Part 2
Print to different trays in NAV – Part 1
This post is part of a series of posts where I explain how to print to different trays in NAV. Print to different trays in NAV - Part 1 Print to different trays in NAV - Part 2 Print to different trays in NAV - Part 3 Print to different trays in NAV - Part … Continue reading Print to different trays in NAV – Part 1
Text encoding in NAV 2009 R2 Classic Client – Part 2
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
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
How to: Set Up Multiple Web Server Instances for the Microsoft Dynamics NAV Web Client – Part 2
If you enjoyed (or still enjoying?) creating your Web Clients manually like I described in one of my previous posts How to: Set Up Multiple Web Server Instances for the Microsoft Dynamics NAV Web Client – Part 1, so I believe it is time to automate this process a little bit. In order to achieve … Continue reading How to: Set Up Multiple Web Server Instances for the Microsoft Dynamics NAV Web Client – Part 2
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