AL is not an object-oriented language, but we do have pieces that behave like objects. In this video, I show how we can use that to make great one-liners. Check out the video:
Tag Archives: Code
Dynamics 365 Business Central: “Hide Payment Method Code” setup in General Ledger Setup
Today I would like to briefly share a new setup in General Ledger Setup, “Hide Payment Method Code”.
How you can protect your code from commits happening in event subscriber code
Thanks to the Decoration of the CommitBehavior function, we can define if we want to avoid at all costs, that a Commit can be made within said method. If this is applied on an IntegrationEvent, then any Subscription Event that tries to add a Commit would be ignored or thrown in error depending on how it was configured.
What if AL code could click on anything?
There are several features in the UI that are not accessible from AL code, but maybe we can access them anyway. Check out the video:
Writing code with an text-based AI for Business Central
OpenAI was founded in 2015 by a group of leading researchers and tech industry figures, including Elon Musk and Sam Altman. The organization’s mission is to develop and promote friendly AI that will benefit humanity as a whole. To achieve this goal, OpenAI conducts cutting-edge research in areas such as machine learning, natural language processing, and computer vision.
Guidelines for Partners: The Universal Code Initiative and SaaS related cases
This article will explain the Universal Code Initiative, and its goals and will enlighten you about the most popular breaking changes regarding Cloud development.
Benchmarking AL code
In this blog post we attempt to write a simple micro-benchmark to test execution time of a trivial scenario. Throughout the post the benchmarking code will evolve as the common mistakes are presented, explained, and solved. Finally, a relatively good solution will be presented for public usage together with advice on how to run these benchmarks.