🔒 Guided

Pre-launch preview. Authorised access only.

Incorrect code

Guided by A Guide to Cloud
Explore AB-900 AI-901
Guided MB-800 Domain 1
Domain 1 — Module 5 of 8 63%
5 of 28 overall

MB-800 Study Guide

Domain 1: Set Up Business Central

  • Welcome to Business Central Free
  • Creating & Configuring Companies Free
  • Data Migration & Opening Balances Free
  • Users, Profiles & Security Free
  • Core Setup Essentials Free
  • Dimensions Deep Dive Free
  • Approval Workflows Free
  • M365 & Power Platform Integrations Free

Domain 2: Configure Financials

  • General Ledger Setup
  • Currencies, Deferrals & Exchange Rates
  • Chart of Accounts & Financial Reporting
  • Posting Groups Demystified
  • Journals & Bank Accounts
  • Accounts Payable
  • Accounts Receivable
  • Fixed Assets & Depreciation

Domain 3: Configure Sales and Purchasing

  • Inventory Foundations
  • Inventory Costing & Ledger Flow
  • Sales & Purchase Master Data
  • Pricing & Discounts

Domain 4: Perform Business Central Operations

  • Navigating & Customising Pages
  • Working with Data: Excel, OneDrive & Analysis
  • Purchase Processing
  • Sales Processing
  • Financial Documents
  • Payment Processing
  • Reconciliation, Allocations & FX Adjustments
  • Fixed Asset Transactions

MB-800 Study Guide

Domain 1: Set Up Business Central

  • Welcome to Business Central Free
  • Creating & Configuring Companies Free
  • Data Migration & Opening Balances Free
  • Users, Profiles & Security Free
  • Core Setup Essentials Free
  • Dimensions Deep Dive Free
  • Approval Workflows Free
  • M365 & Power Platform Integrations Free

Domain 2: Configure Financials

  • General Ledger Setup
  • Currencies, Deferrals & Exchange Rates
  • Chart of Accounts & Financial Reporting
  • Posting Groups Demystified
  • Journals & Bank Accounts
  • Accounts Payable
  • Accounts Receivable
  • Fixed Assets & Depreciation

Domain 3: Configure Sales and Purchasing

  • Inventory Foundations
  • Inventory Costing & Ledger Flow
  • Sales & Purchase Master Data
  • Pricing & Discounts

Domain 4: Perform Business Central Operations

  • Navigating & Customising Pages
  • Working with Data: Excel, OneDrive & Analysis
  • Purchase Processing
  • Sales Processing
  • Financial Documents
  • Payment Processing
  • Reconciliation, Allocations & FX Adjustments
  • Fixed Asset Transactions
Domain 1: Set Up Business Central Free ⏱ ~13 min read

Core Setup Essentials

Every Business Central company needs the same foundational settings: company information, number series, report layouts, email accounts, and job queues. Get these right and everything else flows smoothly.

The five essentials

☕ Simple explanation

Think of these five settings as the utilities in a new office.

Company information is your business card — name, address, logo. Number series are your filing system — every invoice, order, and journal gets a sequential number. Reports are your printer setup. Email is your mailbox. Job queues are your automated assistant that runs tasks on a schedule.

You wouldn’t start working in an office without electricity and internet. Same idea — get these set up before you start entering transactions.

Core setup includes five interdependent configuration areas that underpin every business process in Business Central:

  • Company Information — legal entity details that appear on printed documents and reports
  • Number Series — automatic numbering for all document and master data records
  • Report Layouts — templates that control how printed documents look
  • Email Accounts — SMTP or M365 connectors for sending documents by email
  • Job Queues — scheduled background tasks for automation

Company information

The Company Information page (Tell Me > “Company Information”) stores your business identity:

FieldPurposeAppears On
NameLegal company nameAll printed documents
AddressRegistered addressInvoices, orders, letters
VAT Registration No.Tax identifierInvoices, tax reports
Logo (Picture)Company logoDocument headers
Bank DetailsDefault bank accountPayment instructions on invoices
Ship-to AddressDefault shipping locationPurchase orders

Sam sets this up first for Nordic Manufacturing because every invoice, purchase order, and report header pulls from this page. Get it wrong and every document goes out with incorrect details.

Number series

Number series are automatic counters that assign sequential codes to records. Every posted invoice, journal entry, customer, vendor, and item gets its number from a number series.

How number series work

ComponentExamplePurpose
CodeS-INVIdentifies the series
DescriptionSales InvoicesHuman-readable name
Starting No.S-INV-001000First number in the series
Ending No.S-INV-999999Last number (optional)
Last No. UsedS-INV-001042Current position
Increment1Step between numbers
Manual Nos.Yes/NoAllow manual override?
Default Nos.YesAuto-assign on new records?

Number series relationships

Number series are assigned to document types in setup pages:

  • Sales & Receivables Setup → Sales invoice number series, credit memo series, quote series
  • Purchases & Payables Setup → Purchase order series, invoice series
  • General Ledger Setup → Journal batch number series
  • Inventory Setup → Item number series
💡 Exam tip: Number series with multiple lines

A single number series code can have multiple date-range lines. This lets you change numbering at the start of a new fiscal year:

Starting DateStarting No.Ending No.
01/01/2025INV-25-0001INV-25-9999
01/01/2026INV-26-0001INV-26-9999

Business Central automatically uses the correct range based on the posting date. This is how companies include the year in their document numbers.

ℹ️ Number series best practices

Priya’s rules for number series:

  • Never allow gaps in posted document numbers (some countries require continuous numbering for tax compliance)
  • Use prefixes to identify document types at a glance (SI = Sales Invoice, PO = Purchase Order)
  • Leave room — start at 1000, not 1 (you might need to insert earlier numbers during migration)
  • Don’t reuse codes — if a series runs out, create a new one rather than resetting

Report layouts

Reports in Business Central can use different layouts that control formatting and content. Common report types:

Report TypeExamplesLayout Options
Sales documentsInvoices, quotes, orders, credit memosWord, RDLC, Excel
Purchase documentsPurchase orders, receiptsWord, RDLC
Financial reportsTrial balance, aged receivablesRDLC, Excel
LabelsShipping labels, item labelsWord

Layout types

Report layout types
Layout TypeCreated WithBest ForUser-Friendly?
WordMicrosoft WordSimple documents with merge fieldsYes — business users can edit
RDLCSQL Server Report Builder or Visual StudioComplex reports with grouping, totals, chartsNo — requires developer skills
ExcelMicrosoft ExcelData analysis, pivot tables, chartsYes — familiar to most users

Configuring report layouts

  1. Open Report Layout Selection (Tell Me > “Report Layout Selection”)
  2. Find the report (e.g., Sales - Invoice)
  3. Choose which layout type to use
  4. To customise: select Custom Layouts → copy the built-in layout → edit in Word/Excel
  5. Set your customised layout as the default

Olivia at Coastal Traders wants the company logo and payment terms prominently displayed on sales invoices. She uses a Word layout — she can edit it herself without calling a developer.

Email accounts

Business Central can send documents (invoices, purchase orders, remittance advice) by email directly from the application.

Setting up email

  1. Open Email Accounts (Tell Me > “Email Accounts”)
  2. Choose a connector:
    • Microsoft 365 — uses a shared mailbox or user mailbox via Microsoft Graph
    • SMTP — traditional email server (requires server details, port, authentication)
    • Current User — sends from the logged-in user’s M365 mailbox
  3. Configure the connector with the required details
  4. Send a test email to verify
ConnectorBest ForRequires
Microsoft 365Companies already using M365A shared or user mailbox
SMTPOn-premises email serversServer address, port, credentials
Current UserEach user sends from their own addressUser must have M365 licence

Job queues

Job queues run tasks automatically on a schedule — like a timer that triggers actions without someone clicking a button.

Common job queue uses

JobWhat It DoesTypical Schedule
Post sales invoicesAutomatically posts pending invoicesHourly
Update currency exchange ratesFetches latest rates from an exchange serviceDaily
Send overdue remindersEmails customers with past-due invoicesWeekly
Calculate depreciationRuns fixed asset depreciationMonthly
Inventory reorderCreates purchase orders when stock falls below reorder pointDaily

Setting up a job queue entry

  1. Open Job Queue Entries (Tell Me > “Job Queue Entries”)
  2. Select New
  3. Choose the Object Type (Report or Codeunit) and Object ID
  4. Set the schedule: Earliest Start Date/Time, Recurring, Run on (days of the week)
  5. Set the Status to Ready to start the schedule
  6. Optionally set Maximum No. of Attempts for error handling
💡 Exam tip: Job queue status lifecycle

Job queue entries have these statuses:

  • On Hold — created but not running
  • Ready — scheduled and waiting for the next run time
  • In Process — currently executing
  • Error — last run failed (check the error message)
  • Finished — completed (for non-recurring jobs)

To pause a recurring job, set it to On Hold. To resume, set it back to Ready. Don’t delete it — you’ll lose the schedule configuration.

Question

What is a number series in Business Central?

Click or press Enter to reveal answer

Answer

An automatic counter that assigns sequential codes to records (invoices, orders, customers, items). Each document type has its own number series configured in the relevant setup page.

Click to flip back

Question

Can a single number series have different ranges for different years?

Click or press Enter to reveal answer

Answer

Yes. A number series can have multiple date-range lines. Business Central automatically uses the correct range based on the posting date. This lets you include the year in document numbers.

Click to flip back

Question

What are the three report layout types in Business Central?

Click or press Enter to reveal answer

Answer

Word (simple, user-editable), RDLC (complex, developer-built with Report Builder), and Excel (data analysis, pivot tables). Word layouts are the most user-friendly.

Click to flip back

Question

What does a job queue entry do?

Click or press Enter to reveal answer

Answer

It runs a task (report or codeunit) automatically on a schedule. Used for automating recurring tasks like posting invoices, updating exchange rates, or sending reminders.

Click to flip back

Knowledge check

Knowledge Check

Priya is setting up number series for sales documents at Coastal Traders. Olivia wants invoice numbers to include the year (e.g., INV-26-0001 for 2026, INV-27-0001 for 2027). How does Priya configure this?

Knowledge Check

Sam sets up a job queue entry to update currency exchange rates daily at 6:00 AM. The entry ran successfully for two weeks, but today it shows an 'Error' status. What should Sam do first?

🎬 Video coming soon


Next up: The core plumbing is in place. Now let’s explore one of Business Central’s most powerful features — dimensions — and how they supercharge your reporting.

← Previous

Users, Profiles & Security

Next →

Dimensions Deep Dive

Guided

I learn, I simplify, I share.

A Guide to Cloud YouTube Feedback

© 2026 Sutheesh. All rights reserved.

Guided is an independent study resource and is not affiliated with, endorsed by, or officially connected to Microsoft. Microsoft, Azure, and related trademarks are property of Microsoft Corporation. Always verify information against Microsoft Learn.