bc-number-series-generator

Automate number series setup and execution in Business Central AL extensions.

20|5|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/fernandoartalf/AL-Copilot-Skills-Collection --skill bc-number-series-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bc-number-series-generator
Source: https://github.com/fernandoartalf/AL-Copilot-Skills-Collection/tree/main/skills/bc-number-series-generator
Command: npx skills add https://github.com/fernandoartalf/AL-Copilot-Skills-Collection --skill bc-number-series-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires No. Series, Business Central AL SDK, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the creation and management of number series in Business Central, ensuring consistent and error-free document numbering.

Core Features & Use Cases

  • Automatic Number Assignment: Generates sequential numbers for custom tables following BC standards.
  • Series Management: Supports related, multiple, and conditional series configurations.
  • Quick Start: Set up setup tables, extend data objects, and use AssistEdit to handle numbering in your AL projects.

Quick Start

Use this Skill to automate number series assignment in custom BC tables for invoice and order numbering.

Frequently Asked Questions about bc-number-series-generator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate number series management in Business Central AL extensions?

Automate number series management in Business Central by using AL extensions and codeunit interactions to generate sequential numbers for custom tables. This ensures consistent, error-free document numbering across enterprise workflows without manual intervention.

What is the best way to set up document numbering for custom tables in Business Central?

Set up document numbering for custom tables in Business Central by creating setup tables, extending data objects, and implementing AssistEdit. This approach follows BC standards to provide reliable, automated sequential number assignment for invoices and orders.

Does Business Central support related and conditional number series configurations?

Business Central supports related, multiple, and conditional number series configurations. You can manage these series setups across different modules to handle complex enterprise numbering requirements using AL extensions.

Can I use AssistEdit to handle custom number series in AL projects?

You can use AssistEdit to handle custom number series in AL projects for Business Central. It allows users to manually override or select document numbers while maintaining the automated sequential series management integrity.

Do I need the Business Central AL SDK to implement automated document numbering?

You need the Business Central AL SDK and the standard No. Series feature to implement automated document numbering. These dependencies provide the necessary codeunit interactions and framework to execute automated series assignments.