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

Write-Output "Deep Dive into Business Central Development"

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

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
02

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
03

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
05

Job Queue Entry Failed, Get Notified on Teams

Introduction A notable limitation in Business Central is the monitoring of Job Queue Entries. Although monitoring encompasses a wide range, I will present a method to receive notifications in a Teams Channel when a Job Queue Entry fails. To send a notification to Teams from Business Central, I will utilize...

PS> Read-Post -FullContent