For the last 15 years, doing my best to learn the most emerging and ridiculous practices, then translate and apply them in [C\]AL. Got lucky to work with pleasure on Microsoft core and locations, nM$ projects in Europe, the most incredible apps in AppSource, and support the biggest Dynamics 365 practice in New Zealand.
Hosted session(s)
Modern Business Central solutions live in an integration-first world. Connecting to external platforms, handling asynchronous workloads, and building reliable processes are no longer edge cases. They are everyday architectural concerns. Yet many integrations still struggle with familiar problems such as blocking sessions, fragile dependencies, inconsistent data, and retry chaos.
This session explores how proven integration patterns can be practically implemented in Dynamics 365 Business Central to address these challenges. Rather than focusing only on tools, we examine the architectural decisions that separate integrations from scalable, fault-tolerant solutions.
Through real-world scenarios and live code examples, we will look at how Business Central can participate in publish-subscribe architectures, how messaging pipelines help decompose complex processing, and how correlation strategies enable reliable request/reply communication. We will also examine durable execution approaches for long-running workflows, including how Business Central’s job queue model and external orchestration engines complement each other.
Along the way, we will tackle the integration problems developers actually face:
Expect practical AL code, messaging examples, and honest discussions about trade-offs, anti-patterns, and error-handling strategies. The goal is not just to introduce patterns, but to help you think like an integration architect when building Business Central solutions.
If you design, build, or troubleshoot integrations in Business Central, this session will give you patterns, mental models, and implementation techniques you can immediately apply