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 covers the same information. We can follow the same procedure when moving our … Continue reading Visual Studio Code and Azure DevOps
Dynamics 365 Business Central
Fix & Run outdated NAV & BC containers
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 which is more than 90 days old. Microsoft recommends that you always run the latest version … Continue reading Fix & Run outdated NAV & BC containers
Demo Data for Business Central (Docker Image)
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 import the data from Rapid Start Package. After a little research I succeeded … Continue reading Demo Data for Business Central (Docker Image)
Creating Soap Request Message in AL
In this post we will see how to create a Soap Request Message in AL. I have created a set of function which will be helpful when you work with SOAP Web Services. I have created the functions in a new codeunit and invoked them in the page for testing. I have used the XML … Continue reading Creating Soap Request Message in AL
VS Code XML DOM Management – Part 2
In the previous post, I have published only few set of functions related to XML DOM Management. Here is a set of additional functions which could be useful when working with XML. It is not fully tested though, In case any issues in the function, please let me know. Hope this helps. Thanks codeunit 50100 … Continue reading VS Code XML DOM Management – Part 2