How to Package Analysis Views in AL Extensions
Learn how to export analysis views from Analysis Mode and deliver them as pre-built tabs in your AL extensions using the new analysisviews construct.
Building, extending, and deploying Business Central extensions using AL code, events, and the development sandbox.
Learn how to export analysis views from Analysis Mode and deliver them as pre-built tabs in your AL extensions using the new analysisviews construct.
Learn how to use the built-in Test Explorer in VS Code to discover, run, and debug AL tests for Business Central without external extensions.
A step-by-step guide to building custom AL reports in Business Central using VS Code, including dataset definition, request page, and layout options.
Learn what Business Central sandbox environments are, how to create one from the Admin Center, connect VS Code, and follow a practical dev workflow.
Learn how to create AL test codeunits, write tests using the GIVEN/WHEN/THEN pattern, use Assert and test libraries, and run tests from VS Code or the Test Tool page.
A complete walkthrough of compiling, publishing, and installing a Business Central AL extension, from VS Code to the Extension Management page.
Understand the publisher/subscriber event model in AL, subscribe to standard Business Central events, and declare and raise your own integration events.
Learn how to build a Card page, a List page, and a ListPart in AL, then embed the ListPart as a FactBox using a page extension.
Step-by-step guide to writing your first AL extension for Business Central, from VS Code setup to deploying a custom field on the Customer Card.