Skip to main content

Release Plan — August 2026

Business Central 2026 Wave 1 — CU4 Aligned with Business Central cumulative update v28.4


Overview

This release plan tracks proposed AL Copilot Skills for the August 2026 contribution cycle.

Contributors: add your skill proposal below using the entry template. Once approved via Pull Request by the repository maintainer, begin development and submit the completed skill to main through a separate Pull Request.


Proposed Skills

bc-report-selection-generator

FieldDetails
Skill Namebc-report-selection-generator
Short DescriptionExtends the Business Central Report Selection framework with new custom Usage values and wires them into the standard printing workflow. Creates enum extensions, a dedicated setup page, an initialisation/install/upgrade codeunit that seeds a default Report ID without overwriting customer configuration, a Report Selection Management codeunit, and page or page-extension actions that trigger the configured report.
Target BC Version (optional)28.4
Status✅ Merged

Author

Motivation

AL teams extending BC with custom document types repeatedly need to integrate their reports into the standard Report Selection framework — but the required pattern spans multiple objects (enum extension, Report Selections page, seeding codeunit, management codeunit, and page actions) and the correct runtime approach is non-obvious. This skill consolidates the full pattern, ensures Report IDs are never hardcoded, and covers the global and area-specific enum variants so developers can deliver a complete, upgrade-safe printing integration in a single agent invocation.


{skill-folder-name}

FieldDetails
Skill Name{skill-folder-name}
Short Description{One-to-two sentence description of what the skill does}
Target BC Version (optional){BC Version}.{CU Number}
Status🟡 Proposed · 🟢 Approved · 🔵 In Development · ✅ Merged

Author

Co-Authors (optional)

Motivation

{Brief explanation of why this skill is needed and what problem it solves}


Contribution Workflow

  1. Fork the repository and create a branch from main.
  2. Add your skill entry to the corresponding monthly plan file.
  3. Open a Pull Request targeting main for plan approval.
  4. Wait for approval from the repository maintainer (@fernandoartalf).
  5. Develop the skill following the skill creation instructions.
  6. Submit the completed skill via a new Pull Request targeting main.

Summary

SkillAuthorStatus
bc-report-selection-generator@fernandoartalf
{skill-name}@author🟡 / 🟢 / 🔵 / ✅