bc-number-series-generator

Automate number series assignment in Business Central custom tables.

Updated May 22, 2026
One-click install
npx skills add https://github.com/javiarmesto/SampleDynamicsMinds --skill bc-number-series-generator-javiarmesto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bc-number-series-generator
Source: https://github.com/javiarmesto/SampleDynamicsMinds/tree/main/.agents/skills/bc-number-series-generator
Command: npx skills add https://github.com/javiarmesto/SampleDynamicsMinds --skill bc-number-series-generator-javiarmesto

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the assignment of number series to custom tables in Business Central, simplifying the process of adding and managing unique identifiers.

Core Features & Use Cases

  • Automatic Numbering: Automatically assigns sequential numbers to new records in custom tables.
  • Setup Tables and Extensions: Generates setup tables with number series fields, table extensions with triggers, and page extensions with UI integration.
  • Quick Start: Implement number series in your custom tables by following the provided setup patterns and examples.

Quick Start

Generate a setup table for your custom table with the provided patterns.

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 add automatic numbering to a custom table in Business Central?

To add automatic numbering, you create a setup table with number series fields, implement table extensions with triggers, and add page extensions for UI integration using Microsoft's standard patterns.

What do I need to set up number series for custom tables in Business Central?

You need knowledge of Business Central development and number series concepts to generate setup tables, table extensions with triggers, and page extensions for UI integration.

How does number series assignment work in Business Central table extensions?

Number series assignment uses triggers on table extensions to automatically fetch and assign the next sequential number from a setup table when a new record is created, following Microsoft's standard patterns.

What is the best way to manage unique identifiers in Business Central custom tables?

The best way to manage unique identifiers is to automate number series assignment using Microsoft's standard patterns, which involves generating setup tables, table extensions with triggers, and page extensions.

Can I integrate number series UI directly into my Business Central custom pages?

Yes, you can integrate number series UI by creating page extensions that connect the setup table fields and automatic numbering logic to your custom table interfaces.

Why does my number series assignment fail on new records in Business Central?

Number series assignment may fail if the setup table is missing required number series fields or if the table extension triggers are not properly configured to call the correct number series code.