Performance Patterns for AL Code (Part 2)
Welcome back to the series on performance patterns in AL programming! 🎊 In this post, we’ll delve deeper into the complexities of determining performance in…
Welcome back to the series on performance patterns in AL programming! 🎊 In this post, we’ll delve deeper into the complexities of determining performance in…
In Business Central, performance optimization is crucial for ensuring a smooth and efficient user experience. As developers, we have the power to significantly enhance performance…
When reviewing code changes in a GitHub Pull Request (PR), it’s essential to provide precise feedback. One common task is selecting specific lines or blocks…
In this blog post, we’ll explore how to effectively conduct UAT in Business Central and unlock the hidden features of Page Scripting. User Acceptance Testing…
In the new pre-release version of AL Language, there is a new “IS” operator, ready to be used, but for now very limited. The is-operator…
In Dynamics 365 Business Central, the introduction of namespaces in AL (Application Language) marks a significant advancement, providing developers with a structured approach to code…