Wednesday, May 13, 2026

What’s New in Microsoft Dynamics 365 Business Central 2026 Release Wave 1

Hi All,

Microsoft has published the release plan for Dynamics 365 Business Central 2026 Release Wave 1, and the update brings several enhancements across AI, manufacturing, finance, Shopify integration, and developer productivity.

Some of the notable features planned for this release:

Thursday, April 16, 2026

You Don’t Need One AI — You Need the Right AI for the Right Job

 Hi All,

Everyone is asking: “Which AI are you using?” — ChatGPT, Gemini, Claude, etc..? The honest

answer is: all. But each for a different purpose. The process of Orcestration is the key to have the solution.

Here is how I think about it.

Sunday, March 29, 2026

The New Quality Management Module in Business Central

 Hi All,

Quality inspections, quarantine, incoming goods checks, these always needed a third-party app or custom workaround in BC. Not anymore! 

For me, this is really exiting as I have worked extensively with custom Quality module for a company and to see Microsoft to have it as standard is a treat!

Microsoft released the native Quality Management Module as part of 2025 Release Wave

2 (December 2025). Let’s look at what it does.

Friday, February 20, 2026

How I Use Claude AI to Plan and Get Things Done

Hi All!

As a NAV/D365BC consultant, my days are a mix of client calls, fit-gap analysis, writing functional specs, debugging AL code, and preparing training material — sometimes all on the same day. Sound familiar?

A few months ago, I started using Claude AI as a productivity tool, and honestly, it's changed how I work.

Thursday, January 8, 2026

Code Refactoring and Writing Testable Code in AL – Business Central

 Hi All,

As AL developers, we often start with a quick solution by putting all the logic in one big procedure, get the feature working, and ship it. But over time, that "quick solution" becomes a massive block of code that's hard to read, harder to change, and nearly impossible to test. Sound familiar?

Today, let's talk about refactoring your AL code and writing it in a way that's actually testable. These two things go hand in hand.

What Is Refactoring?

Refactoring means restructuring your existing code without changing what it does. You're not adding features, and you're making the code cleaner, more focused, and easier to work with over time.