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
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
How to calculate Dimension Set ID
Starting from Dynamics NAV 2013, dimensions structure has changed a lot. Since then, a lot of developers struggle to insert or update dimensions pragmatically. I will not bother you with what was already explained a hundred times in other blogs on how to calculate Dimension Set ID. Better, I will share with you a simple … Continue reading How to calculate Dimension Set ID
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
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