As you already know that Enum is a new data type in AL and it is a replacement for Option data type. More information about the Enum’s can be found in the below links. Extensible Enums Enum Data Type Let’s take a case that you want to ...
I was planning to blog about the basics on how to use Source Control Management from Visual Studio Code with Azure DevOps Services when developing AL Extensions with Visual Studio Code and came across these two nice blog posts which pretty much co...
When creating NAV/Business Central Containers from New-Navcontainer command, If you have not used this switch -accept_outdated, your container will not work after 90 days and will end up with this below message.
You are trying to run a container w...
I have installed the latest version (12.3.23139.0) of the Business Central W1 Docker image and found that it has no data. It has only one company called “My Company” without any data.
I searched the GitHub and found that we need to im...
There was a case where i need to get this kind of output hh:mm:ssZ where Z stands for UTC Time Zone (20:15:00+0200) to the external system for integration.
For Instance, the current time zone in the system is UTC +02:00 and we need to get this val...
This is my first blog and i wish to take this as a platform to share my experience with MSD NAV. In this first post, i am sharing some basics about formatting the decimal text value before evaluating it to the decimal data type based on the region...
In the previous post, we have seen how the Web Page Viewer control add-in was used in the Report Viewer for displaying the reports that are saved as HTML.
In this post, we will see how the Web Page Viewer control add-in is used in the Page 9700 Em...
Web Page Viewer control add-in was introduced in NAV 2017.
Below are the lists of page objects where the Web Page Viewer control add-in is used.
In this post, we will first see how this add-in works in the Page 2115 Report Viewer.
We need to set...