bc-setup-wizard-generator

Generate AL code templates for Business Central configuration wizards.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the development of Business Central assisted setup wizards by providing ready-made templates and patterns, reducing complex manual coding efforts.

Core Features & Use Cases

  • Template Generation: Quickly generate multi-step NavigatePage wizards with banners, navigation logic, and data management procedures.
  • Standardized Patterns: Implements Microsoft-recommended step controls, banner handling, and event registration for consistent user experience.
  • Use Case: Developers creating onboarding or configuration wizards for extensions can rapidly scaffold full wizard pages aligned with BC best practices.

Quick Start

Use the bc-setup-wizard-generator to scaffold a new setup wizard by providing entity details and step counts.

Frequently Asked Questions about bc-setup-wizard-generator

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

FAQPage Schema
How do I create a Business Central setup wizard in AL?

To create a Business Central setup wizard, you can scaffold multi-step NavigatePage wizards by providing entity details and step counts to generate AL code templates following Microsoft's Guided Experience patterns.

What is a guided setup experience in AL development?

A guided setup experience in AL development is a multi-step wizard pattern that provides banner handling, navigation logic, and data management procedures to onboard users through Business Central extension configuration.

Does the generated AL wizard code follow Microsoft recommended step controls?

Yes, the generated AL wizard code implements Microsoft-recommended step controls, banner handling, and event registration to ensure a consistent user experience across Business Central setup wizards.

Can I use these templates for multi-step onboarding pages in Business Central extensions?

Yes, these templates are specifically designed for extension authors and integrators building multi-step onboarding or configuration setup pages aligned with Business Central best practices.

How much manual coding is needed after scaffolding a Business Central wizard?

Minimal customization is needed after the scaffolded code is generated, as the templates provide ready-made wizard structures including navigation logic and data management procedures.

What's the best way to build assisted setup wizards for Business Central extensions?

The best way to build assisted setup wizards is using standardized AL code templates that implement Microsoft's Guided Experience patterns, reducing complex manual coding efforts for Business Central extension developers.