Today I would like to brefily talk about how to get the list of Extension ID (App ID), Extension Name, etc. via AL in Business Central SaaS. I saw this question on Twitter this morning. He tried to use ‘Published Application‘ (table 2000000206 “Published Application”) to…
In my last blogpost I wrote about how we can implement a Command Queue in AL. In the second part I will go a little bit in detail about the Solution. First of all you have to understand the differenences between valuetypes and referencetypes. If you…
In this article I show how to implement the command pattern (https://en.wikipedia.org/wiki/Command_pattern) and include it in a queue. Source : Patrick Schiefer Read more...
Today I would like to talk about TextBuilder Data Type and how to use it to export data to a text file in Business Central. Source : Dynamics 365 Lab Read more...
In this video, I show some of the tricks that the Variant Data Type offer, and why they’re still useful today, check it out: Source : Hougaard.com Read more...
What a beautiful code I just finish to create… Let’s skip the tests… Put it in a Prod environment and hope for the best. Booommmmmmmmm! Well, not so frequently nowadays, but, in a rush, is still happening, right!? You don’t need to answer… Even though you…