Highlighting posts and resources from the Business Central development community — March 29–April 4, 2026
This was the week Business Central 2026 release wave 1 (BC28) went GA. Natalie Karolak published a comprehensive developer-focused changelog covering every technical change in the release, and Yun Zhu walked through the new AddDestinationFilter method for DataTransfer — one of the quietly powerful upgrade-code improvements. Kamil Sacek dropped a sharp piece on why vibe-coding AL extensions and shipping production-quality code are two very different things. On the practical side, Saurav Dhyani covered CSV exports with CSV Buffer, AJ Kauffmann shared a fix for the missing Agent Designer, and Gerardo Rentería built an ICS calendar export extension. Javi Armesto mapped out three AI-powered agentic frameworks across the Microsoft Business Applications ecosystem, and Tonya Bricco-Meske explored building BC Excel reports with Copilot’s Agent Mode.
Recent Posts (March 29–April 4, 2026)
➡️ 1. Docs: What’s New in BC 28 for Developers
📇 Author: Natalie Karolak
🗓️ Date: April 2, 2026
🌎 Link: nataliekarolak.wordpress.com
📝 Summary: A comprehensive summary of every technical change in Business Central 2026 release wave 1 (BC28 / runtime 17.0) drawn from the official docs and beyond. Covers new AL language features, platform changes, and developer-facing updates that didn’t make the release plan — an essential bookmark for anyone planning their BC28 upgrade.
➡️ 2. New Method for DataTransfer Data Type (AddDestinationFilter Method)
📇 Author: Yun Zhu
🗓️ Date: April 2, 2026
🌎 Link: yzhums.com
📝 Summary: BC28 (runtime 17.0) adds DataTransfer.AddDestinationFilter — the long-awaited ability to filter the destination table during bulk data transfers. Yun walks through the syntax, shows how it complements the existing AddSourceFilter, and demonstrates a practical upgrade scenario that conditionally updates Purchase Line records only where the Description field is empty. A meaningful improvement for writing precise install and upgrade codeunits.
➡️ 3. AI for BC Development — The Knowledge Gap That Ships to Production
📇 Author: Kamil Sacek
🗓️ Date: March 31, 2026
🌎 Link: blog.kine.cz
📝 Summary: Part 2b of Kamil’s BC Development Serie tackles the elephant in the room: AI tools make writing AL code easy, but shipping something that doesn’t break a customer’s ERP is a different skill entirely. An 18-minute read covering the knowledge gap between vibe-coded prototypes and production-grade extensions — architecture decisions, dependency management, and testing practices that AI won’t surface on its own.
➡️ 4. How to Export CSV Files from Business Central Using CSV Buffer
📇 Author: Saurav Dhyani
🗓️ Date: April 2, 2026
🌎 Link: sauravdhyani.com
📝 Summary: A developer guide to exporting data from Business Central in CSV format using the built-in CSV Buffer table. Covers why CSV is the right choice for integration scenarios over Excel, walks through common pitfalls developers encounter, and provides best practices for building reliable, integration-safe CSV exports in AL.
➡️ 5. Install Agent Designer if It Is Missing
📇 Author: AJ Kauffmann
🗓️ Date: April 3, 2026
🌎 Link: kauffmann.nl
📝 Summary: After the v27.4 monthly update, the Agent Designer may not appear automatically in your Business Central environment. AJ walks through the quick steps to install it manually, ensuring developers and admins can access the new agent-building tools introduced with the latest platform update.
➡️ 6. Exporting ICS (Calendar) Files for Business Central
📇 Author: Gerardo Rentería
🗓️ Date: March 29, 2026
🌎 Link: gerardorenteria.blog
📝 Summary: Gerardo builds a Business Central extension that exports ICS calendar files, letting users push BC dates — due dates, delivery schedules, reminders — directly into Outlook or Google Calendar. A creative use of the ICS format to bridge BC data with everyday calendar tools.
➡️ 7. Beyond Vibe Coding: One Ecosystem, Three AI Frameworks for Microsoft Business Applications
📇 Author: Javi Armesto
🗓️ Date: March 30, 2026
🌎 Link: techspheredynamics.com
📝 Summary: Javi takes a step back from individual tools to frame the bigger picture: three AI-powered agentic frameworks (Circe, Delfos, and a third) designed to work together across the Microsoft Business Applications ecosystem. The post maps out how each framework targets a different surface — Business Central, Power BI, and cross-platform orchestration — while sharing a common design philosophy.
➡️ 8. Building Business Central Excel Reports with Copilot
📇 Author: Tonya Bricco-Meske
🗓️ Date: March 31, 2026
🌎 Link: bcdevnotebook.com
📝 Summary: Teams still export BC data to Excel for flexible analysis and custom layouts. Tonya explores how combining Excel Copilot, Agent Mode, and in-place editing transforms the spreadsheet from a passive tool into an active reporting assistant — pivots, calculated fields, and dashboards built from natural-language prompts on your BC data.
Community Resources
Official Resources
GitHub Repositories
- microsoft/BCApps – Repository for collaboration on Microsoft Dynamics 365 Business Central applications.
- microsoft/BCTech – Business Central technology samples.
- microsoft/ALAppExtensions – Repository for collaboration on Microsoft AL application add-on and localization extensions for Microsoft Dynamics 365 Business Central.
- microsoft/AL – Home of the Dynamics 365 Business Central AL Language extension for Visual Studio Code.
- StefanMaron/MSDyn365BC.Code.History – Contains the Microsoft Business Central Code. Updated each month.
Follow on Social Media
- Twitter/X Hashtags: #MSDyn365BC | #BusinessCentral
Stay Connected
The Business Central AL development community stays active with valuable content on AL development, upgrades, integrations, and tooling improvements. Following #MSDyn365BC and #BusinessCentral on Twitter/X is a great way to catch new posts as they’re published.
Note: This review is compiled from publicly available blog posts and community resources. Links to external blog posts are provided for your information only and do not constitute endorsement or validation of their content. Publication information and availability are subject to change. Always verify information against official documentation for production use.