Showing posts with label Business Central. Show all posts
Showing posts with label Business Central. Show all posts

Wednesday, June 24, 2026

Payable Agents in Business Central — Let AI Handle Your Invoices!

Hi All,

If your AP team is drowning in invoices, good news is that Business Central now has Payable Agents and they're here to save the day.

Let's break it down.

What is it?

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, 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.

Thursday, November 20, 2025

Latest Mocking HTTP Calls in AL Business Central (on-premise) for Better Testing

Hi All,


In Business Central development, talking to external web services using `HttpClient` is common. But when you write automated tests for AL code, relying on real HTTP calls is brittle as the external service could be down, change its API, or slow you down. That’s why the ability to mock outbound HTTP calls in AL is a big deal.

Wednesday, October 15, 2025

New Feature in BC: Auto-create Fixed Assets

Hi All,

Business Central now lets you automatically create Fixed Assets directly from purchase documents, reducing manual setup and ensuring cleaner data. It’s a simple but powerful addition that saves time for finance teams.

Enable the feature in Fixed Asset Setup, map posting groups, and post your purchase invoice to let BC create the asset automatically.

The detailed steps are as follows:

Tuesday, September 16, 2025

Sales Order Agent in Business Central

 Hi All,

In the latest release of Business Central, Microsoft introduced a powerful new AI-based feature called the Sales Order Agent. This functionality is designed for users to save time and reduce manual data entry by automatically creating sales orders from incoming emails.
This is part of Microsoft’s ongoing effort to make Copilot features in Business Central smarter and more useful for daily operations.

Let’s take a simple look at what it does, how it works, and why it matters.