With the 2025 Wave 1 release of Microsoft Dynamics 365 Business Central,
developers get a significant productivity boost: the ability to generate a
launch.json file directly from the Web Client! 🎉 This is a feature that
eliminates the need to man...
The Business Central 2025 Wave 1 (BC26) release introduces a valuable feature
aimed at enhancing the accuracy and efficiency of accounts payable processes:
“Check Doc. Total Amounts”. While seemingly simple from a user perspective, but
powerful ad...
Microsoft Dynamics 365 Business Central 2025 Wave 1 (version 26) introduces
several enhancements to developer productivity and platform capabilities. One of
the notable changes for AL developers is the new SetAutoCalcFields method added
to the Rec...
Microsoft Dynamics 365 Business Central 2025 Wave 1 continues to improve its
developer experience with handy new features. One of the exciting additions in
this release is the File.ViewFromStream method — a simple yet powerful function
that enhanc...
With the release of Business Central 2025 Wave 1, new page type UserControlHost
is introduced which enables embedding custom JavaScript-based controls into the
Business Central web client. 🔍 What is UserControlHost? The UserControlHost
page type ...
With recent updates to AL language in Microsoft Dynamics 365 Business Central,
developers now have more flexibility when working with strings containing
numeric suffixes — thanks to the new overload of the IncStr method. If you’ve
ever had to incr...
When working with Microsoft Dynamics 365 Business Central, one of the most
powerful capabilities is the dynamic handling of data using RecordRef. However,
as a developer, you may have run into scenarios where you need to switch between
the strongl...
Introduced in Business Central Wave 1 2025 releases, the
SessionInformation.Callstack() method is a powerful diagnostic tool that helps
developers trace the current call stack within AL code. Whether you’re
troubleshooting custom extensions, track...