›_ Windows PowerShell × blog.ps1 × +
fbakkensen@BCDEV: ~\ALProjects\BCBlog
×
BC Development .ps1
PS C:\Blog>

Write-Output "Deep Dive into Business Central Development"

AuthorFlemming Bakkensen · Posts33· Updated2026-07-07
PS C:\ALProjects\BCBlog> Get-ChildItem -Path .\posts\ -Filter *.md | Sort-Object LastWriteTime -Descending
01

Method Overloading with Record and RecordRef in AL for Business Central 2025 Wave 1

Introduction With Business Central 2025 Wave 1 (BC 26), Microsoft introduced significant improvements to the AL language. One of these enhancements is method overloading combined with implicit conversion between Record and RecordRef. These improvements simplify development, providing greater flexibility and cleaner code. In this post, we’ll explore practical patterns and...

PS> Read-Post -FullContent
02

Why Business Central Teams Must Start With "Why" — Not "What"

Summary: In Business Central projects, jumping straight to what the client wants—without first understanding why—leads to over-engineered solutions, wasted resources, and misaligned priorities. By focusing on the why, consultants uncover the real business needs behind requests, and developers build purposeful, efficient solutions that align with long-term goals. This approach fosters...

PS> Read-Post -FullContent
03

AI: The New Revolution Transforming How We Work and Compete

AI is reshaping industries at a pace we’ve never seen before. After reflecting on recent conversations, it’s clear to me that we’re standing on the brink of a revolution as significant as the printing press or the steam engine—innovations that transformed the world over decades. AI, however, is doing it...

PS> Read-Post -FullContent
04

Dynamics 365 Business Central 2025 Release Wave 1: The End of SOAP and What It Means for Developers

Microsoft’s upcoming Dynamics 365 Business Central 2025 Release Wave 1 (version 26) introduces a major change that developers and businesses need to prepare for: the removal of the ability to expose Microsoft pages as SOAP endpoints. This marks a significant step in the ongoing deprecation of SOAP protocol support in...

PS> Read-Post -FullContent