Domain 1 β€” Module 2 of 8 25%
2 of 28 overall
Domain 1: Set Up Business Central Free ⏱ ~14 min read

Creating & Configuring Companies

Every Business Central implementation starts with creating a company. Learn the three ways to do it β€” manually, with Assisted Setup, or with configuration packages β€” and when each approach makes sense.

Creating a company in Business Central

Simple explanation

Creating a company in Business Central is like setting up a new phone.

You can do it from scratch (blank phone, install everything yourself), use a setup wizard (guided setup that asks what you need), or restore from a backup (copy settings from another phone you’ve already configured).

In Business Central, these translate to: blank company, Assisted Setup, or configuration packages. Most consultants like Priya use configuration packages because they’ve already figured out the right settings for similar clients.

Three ways to create a company

Company creation methods
MethodBest ForWhat You GetEffort Level
Manual (blank)Learning, testing, greenfield setupsEmpty company β€” you set up everythingHigh
Assisted Setup wizardQuick starts, simple businessesGuided walkthrough of core settingsMedium
Configuration packageProfessional implementations, repeatable setupsPre-configured data imported in bulkLow (once packages exist)

Creating a company manually

Navigate to Companies page (Tell Me > β€œCompanies”) and select New. You choose:

  • Company name β€” must be unique within the environment
  • Display name β€” what users see
  • Production/Evaluation β€” evaluation companies are for testing and have sample data options

When Priya creates a blank company for a client, she starts here β€” then uses configuration packages to populate it.

Assisted Setup

The Assisted Setup page (Tell Me > β€œAssisted Setup”) provides step-by-step wizards for common configuration tasks:

  • Company Information β€” name, address, logo, VAT registration
  • Chart of Accounts β€” choose a pre-built template or set up manually
  • Accounting Periods β€” define your fiscal year
  • Email Setup β€” configure SMTP or Microsoft 365 email
  • Bank Accounts β€” link your company bank accounts
Exam tip: Assisted Setup vs manual setup

The exam may ask when to use Assisted Setup vs manual configuration. Key distinction:

  • Assisted Setup is ideal for first-time setup of core features
  • It doesn’t replace configuration packages for bulk data import
  • You can run Assisted Setup guides multiple times β€” they don’t overwrite existing data
  • Some guides create default records (like a default bank account posting group)

Configuration worksheets

The configuration worksheet is a planning tool that Priya uses to organise which tables need to be configured for a new company.

Think of it as a checklist of database tables:

What It DoesWhy It Matters
Lists all tables that need setup dataNothing gets forgotten
Groups tables by functional areaWork through setup systematically
Tracks which tables are doneProgress visibility for the project
Links to configuration packagesTables can be exported/imported in bulk

How Priya uses the configuration worksheet

  1. Open the Configuration Worksheet (Tell Me > β€œConfiguration Worksheet”)
  2. Add table ranges β€” for example, tables 1-99 (General Ledger), 300-399 (Sales)
  3. Or use Get Tables to add all tables from a functional area
  4. Review and mark tables as you configure them
  5. Package the configured tables for import into the client’s company

The worksheet itself doesn’t hold data β€” it’s a planning and tracking tool. The actual data lives in configuration packages.

Configuration packages

Configuration packages are the workhorse of professional Business Central implementations. They’re how Priya moves settings and master data between companies.

Simple explanation

A configuration package is like a recipe box for a company.

Priya has a β€œstandard recipe” for distribution companies β€” it includes a chart of accounts, posting groups, number series, and dimension values that work for most distributors. When she starts a new project, she imports the recipe box and then customises the ingredients for the specific client.

The configuration package workflow

Create Package β†’ Add Tables β†’ Export to Excel β†’ Edit Data β†’ Import β†’ Validate β†’ Apply

Key concepts:

  • Export to Excel makes data accessible to business users like Olivia who can review chart of accounts in a familiar format
  • Validation catches errors before applying (duplicate codes, missing required fields, invalid references)
  • Apply writes data to the live tables β€” this is the irreversible step
  • Error log shows what failed and why
Configuration package gotchas

Common mistakes Priya has learned to avoid:

  • Field inclusion matters β€” if you don’t include a field in the package, it gets the default value, not the value from the source
  • Apply order matters β€” tables with dependencies must be applied in the right sequence (posting groups before customers, for example)
  • Existing data β€” applying a package to a company with existing data can create duplicates if primary keys don’t match
  • Dimensions β€” dimension values should be in the package BEFORE master data that uses those dimensions

When to use each method

ScenarioRecommended Method
Learning Business CentralManual + Assisted Setup
First implementation for a simple businessAssisted Setup + manual fine-tuning
Repeatable implementations (consulting firm)Configuration packages
Migrating from another ERPConfiguration packages (with data transformation in Excel)
Setting up a second company in the same environmentConfiguration packages from the first company
Creating a test/sandbox copyCopy company (not covered in MB-800 β€” that’s admin-level)
Question

What is a configuration package in Business Central?

Click or press Enter to reveal answer

Answer

A .rapidstart file (or Excel export) that bundles table data and configuration settings for bulk import into a company. Used by consultants to standardise and speed up implementations.

Click to flip back

Question

What is the configuration worksheet?

Click or press Enter to reveal answer

Answer

A planning tool that lists database tables needing setup. It tracks configuration progress and links to packages for bulk import. It doesn't hold data itself β€” it organises the work.

Click to flip back

Question

What happens when you Apply a configuration package?

Click or press Enter to reveal answer

Answer

The imported data is written to the actual database tables. This is the irreversible step. Always validate first to catch errors (duplicates, missing fields, invalid references) before applying.

Click to flip back

Question

Can you run Assisted Setup guides more than once?

Click or press Enter to reveal answer

Answer

Yes. Assisted Setup guides can be run multiple times without overwriting existing data. They're designed for incremental configuration.

Click to flip back

Knowledge check

Knowledge Check

Priya is setting up Business Central for her fifth distribution client this year. She has a proven chart of accounts, posting groups, and number series that work for distributors. What's the most efficient approach?

Knowledge Check

During a configuration package import, Olivia notices errors in the validation log. What should she do?


Next up: Your company exists β€” now let’s migrate real data into it with opening balances and data migration techniques.