Dynamics 365 Business Central: How to get current platform version number via AL (Using codeunit 9015 “Application System Constants”)

I was asked a question recently, is there any easy way to get the current BC platform version number via AL? This is an interesting question, we have previously discussed using ModuleInfo Data Type and NavApp.GetCurrentModuleInfo Method to get information about the extension that is currently…

Tips For Performance

In this post I´ll show some basic tips for increasing performance when coding in Business Central. Some of them are well-known as they have been part of C/AL for a long time. And others like partial records were introduced recently. Source : Business Central Geek Read…