Skip to main content

Posts

Showing posts from May, 2025

🚀 Top 10 Most Watched Videos on Our YouTube Channel (January to March 2025) 🎥

Hi Readers, 2025 is an exciting year for our YouTube channel, with thousands of Business Central enthusiasts engaging with our content. If you haven’t watched these videos yet, now is the perfect time to catch up!  Here’s a recap of the top 10 most-watched videos from January to April, along with reasons why they should be on your watchlist.

New in Business Central 2025 Wave 1: Use SetAutoCalcFields on RecordRef for Better Performance

Hi, With the release of Dynamics 365 Business Central 2025 Wave 1 (BC26), developers have something exciting to celebrate—Microsoft has introduced the SetAutoCalcFields method for the RecordRef data type! This enhancement addresses a long-standing limitation in AL development. Until now, RecordRef did not support SetAutoCalcFields , forcing developers to manually call CalcFields on every record, especially inside loops. This not only increased code verbosity but also impacted performance.

Discovering Events in Dynamics 365 Business Central with the Event Recorder.

Hi Readers, Introduction Are you a developer working with Microsoft Dynamics 365 Business Central and struggling to find the right events to subscribe to? Whether you're customizing applications or integrating extensions, discovering which events are triggered during specific actions can be a challenge. Fortunately, Business Central provides a built-in tool called the Event Recorder , which allows you to track and capture events without manually searching through AL code. In this guide, we’ll walk you through how to use the Event Recorder , how to retrieve event subscription code, and best practices for ensuring smooth Business Central development.