These webinars exist to help you stay current on Business Central and Finance & Operations — new features, integrations, and capabilities explained plainly by the people who implement them, with time held back for direct questions.
// Registration · Open
Model Context Protocol Integration
Prompt
MCP agent · Business Central
Lovaiza Burq
Driving marketing strategy, business development, and Microsoft Dynamics 365 solutions coordination.
Dean Facherie
Advancing business development, technical solutions design, and Microsoft Dynamics 365 development.
Reserve Your Seat
Takes under a minute. No cost.
jQuery(document).ready(function($) {
$('.no-collapse-accordion').on('click', '.elementor-accordion-title', function() {
var $item = $(this).closest('.elementor-accordion-item');
if ($item.hasClass('elementor-active')) {
return false;
}
});
});