RapidStart Services in Business Central

By Emil Björk · Microsoft business apps consultant, Gothenburg

How RapidStart Services accelerates Business Central setup — configuration packages, questionnaires, worksheets.

Reviewed August 20263 min read · 655 wordsPublished Updated
On this page (6)

RapidStart Services is the setup-acceleration toolkit in Business Central. Designed to make new-tenant configuration faster — through configuration packages, questionnaires, and worksheets — it has been the standard tool for partner implementations since the NAV days. Today, RapidStart coexists with newer tools (PowerShell-based deployment, Power Automate, custom dataflows), but remains useful for specific scenarios.

The three RapidStart components.

  • Configuration packages — export/import of setup data and master data.
  • Configuration questionnaires — guided question-and-answer for setup decisions.
  • Configuration worksheets — workflow tracking of setup tasks.

Each serves a different purpose; together they form a configurable setup methodology.

Configuration packages

A package contains:

  • Tables to be exported / imported.
  • Filters on each table (which records).
  • Field selections per table.
  • Dimensions — capture related dimension data.

Example workflow:

  1. Partner creates package in their master / reference company.
  2. Exports as Excel or RapidStart .rapidstart file.
  3. Imports into the customer's new company.
  4. Reviews and adjusts.
  5. Applies to populate setup tables.

For typical setups (chart of accounts, payment terms, units of measure, posting groups), packages turn manual data entry into bulk import.

Templates

Microsoft ships templates for common scenarios:

  • Manufacturing setup.
  • Service company setup.
  • Retail setup.

Partners build their own templates for industry verticals.

Questionnaires.

  • A structured list of setup questions.
  • Customer answers; answers map to setup values.
  • Applied to populate setup tables.

The pattern: "What's your fiscal year start?" → answer → populates Accounting Periods.

In practice, questionnaires are used less often than configuration packages — most setup data is bulk imported rather than answered per field.

Configuration worksheets.

  • List of configuration tasks.
  • Each task tracks status (Not Started, In Progress, Completed).
  • Assigned to specific resources (consultants, customer team).
  • Tracks dependencies.

It's project management for setup work. Useful for keeping a structured implementation visible.

Migration packages

A specific RapidStart use case:

  • Export master data from old system to Excel.
  • Import via configuration package.
  • Customer's customers, vendors, items populated.

This is the standard pre-go-live data migration approach for small-to-mid migrations. For large migrations, Data Management Framework (DMF) or custom ETL is preferred.

Limitations.

  • Volume — slow for huge datasets (>100K records).
  • Complex relationships — multi-table imports with foreign keys require careful sequencing.
  • Validation — limited; bad data still imports.
  • No incremental updates — designed for initial population, not ongoing sync.

For these reasons, RapidStart is best suited to:

  • Initial setup of configuration tables.
  • Small-to-mid master data migrations.
  • Standardising setup across multiple customer implementations.

Modern alternatives.

  • Power Automate for ongoing data sync — better for recurring loads.
  • Custom REST API import — programmatic and scalable.
  • Configuration via AL — for partner extensions defining setup.
  • Business Central installation code (OnInstallApp event) for extension-specific setup.

Best practices.

  • One package per logical domain — Finance setup, Sales setup, Inventory setup; don't have one giant package.
  • Test packages on a fresh sandbox before production import.
  • Document package contents — what's in it, where it came from, what it overrides.
  • Version-control packages alongside extensions in git.

Common pitfalls.

  • Importing wrong data. Production-data packages imported into new tenant accidentally.
  • Re-importing breaks setup. Importing a package twice can corrupt data.
  • Sequencing errors. Importing customers before payment terms exist; FK violations.
  • Manual edits after import. Customer edits packaged data; next package import overwrites.
  • No reset mechanism. Mistakes in setup hard to undo without rebuilding the company.

Sandbox vs production

RapidStart can run in sandbox without affecting production. Always test imports in sandbox first; verify counts, spot-check records, validate workflows.

Multi-company setup

A common pattern: one configuration package applied across multiple companies for consistency. Limitations:

  • Company-specific data (number sequences, posting groups specifics) often needs per-company adjustment.
  • Master data should be the same across companies.

Strategic positioning

RapidStart Services is mature but increasingly an "implementation acceleration" tool rather than a strategic platform. New customers benefit from quick setup; ongoing data operations should use modern tools. Partners building methodologies should layer RapidStart with newer tooling — configuration packages for initial setup, Power Automate for ongoing sync, REST APIs for high-volume programmatic operations. The toolkit isn't going away; it's just one tool among many in the modern BC implementer's bag.

Further reading

Related guides

Browse every guide in Business Central or just Admin & ops.

Was this helpful?

Signals which guides land and which need work. No account, no comment box — corrections go through the contact page.

Spot something wrong or want a topic covered? Send a correction or a topic request — both are welcome.