Posts in "Business Central" category
7 posts in the "Business Central" category
The AL LSP Server: Giving AI Agents a Semantic Model of AL Code
ALTool can now launch a full Language Server Protocol server for AL over stdio. It gives an agent go-to-definition, find-references and rename across projects, instead of grep. Here's what the documentation actually specifies, including the configuration layering that decides which settings win.
Business Central's Troubleshooting MCP Server: AI-Assisted AL Debugging, Explained
Business Central 2026 wave 1 shipped a Troubleshooting MCP Server that lets GitHub Copilot query live call stacks and variables during an AL debug session. Here's what it actually does, and where the documentation says it stops.
And this is how UnrestrictedConfigPackage was born
A custom application that extends Configuration Packages capabilities, allowing controlled access to system tables in Microsoft Dynamics 365 Business Central.
Generating help with the ALDoc tool
A comprehensive guide to setting up and using the ALDoc tool for generating reference documentation for AL extensions in Business Central.
How to download AL Symbols 'offline' from artifact
A PowerShell solution to automate AL symbols download from artifacts, reducing build time by avoiding Docker container creation during compilation.
Drop Shipments vs Special Orders in Business Central: Implementation Analysis & Best Practices
Deep dive into Business Central's drop shipment and special order processes, uncovering implementation inconsistencies and proposing improvements for better workflow consistency.
Invoke external APIs from Business Central using OAuth2
Learn how to use OAuth2 to invoke external APIs from within Business Central, demonstrated with LinkedIn API integration.