Showing posts with label business central update. Show all posts
Showing posts with label business central update. Show all posts

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.

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:

Monday, August 18, 2025

Install and Upgrade Codeunits in Business Central

Hi All, 

Install and Upgrade special codeunits are important because they help you manage what happens when your app is first installed, when it is upgraded to a newer version r expecially when there is a change in table structure

Here we will see how to create them and why they are important. But before that, what are they?

What is an Install Codeunit?

Wednesday, January 1, 2025

Understanding Modify(true) and Modify() in AL: When to Use Them and What to Watch Out For

Hello Everyone, 

During a recent Business Central project, I encountered a serious issue when modifying bulk records using Modify(True). The system froze, causing performance bottlenecks and making the process unusable. After troubleshooting, I realized that improper use of Modify(True) was the root cause.

What Are Modify(True) and Modify?

  • Modify: Saves changes to the database without triggering the OnModify trigger.
  • Modify(True): Saves changes and triggers the OnModify trigger, executing any additional logic defined in the table.

Thursday, March 2, 2023

Business Central Update - Inherent Permissions

Hello Everyone, 

Let's say a user wants to run a certain process and in ideal cases, that user should have the permissions which you can assign by adding a user to the User Group. This sometimes leads to a lot of Permission errors and granting unnecessary permissions. 

Let's take an example:

Monday, August 10, 2020

Dynamics 365 Business Central August 2020 release wave 1 overview

 Hi Readers, 

Microsoft dynamics 365 Business Central had come up with its new release Plan at the end of June 2020. See this blog post to know more: Microsoft Dynamics 365 Business Central release wave 2 Plan June 2020

Some of the capabilities have been added by Microsoft in August 2020. 

Source: Youtube (Microsoft Dynamics 365)

Get an overview of the latest capabilities and functionalities here,