Topic 5: Misc. Questions
A company uses Dynamics 365 Business Central.
You need to duplicate a company based on the existing Dynamics 365 Business Central company.
Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Explanation of the Sequence:
Step 1 – Open the Companies page:
Navigate to the Companies page (search "Companies"). This page lists all existing companies in the environment and provides actions for creating, copying, or deleting companies.
Step 2 – Select a company to copy:
From the list of companies, highlight or select the existing company that will serve as the source (template) for duplication. This tells the system which company's data and setup to copy.
Step 3 – Select the Copy function:
Click the Copy action from the ribbon or context menu. This initiates the company copy wizard, which will prompt for the new company name and ask whether to copy all data or only master data/setup.
Step 4 – Add the new company name:
Enter the unique name for the new company in the dialog box. Optionally, you can specify whether to copy all data or only structure/setup. Confirm to complete the duplication process.
Why Actions from the First List Are Not Used:
Open the assisted setup page: Assisted setup is for initial configuration, not for duplicating a company.
Open the data migration task: Data migration is for importing data from external sources, not copying an existing company.
Use the New function: Creates a blank new company, not a duplicate of an existing one.
Select tables to copy: This is part of configuration migration or data export, not the standard company copy wizard.
Reference:
Microsoft Learn – "Create New Companies" – Copying an existing company in Business Central
A company uses Dynamics 365 Business Central to manage receivables.
You must import a series of payments from a bank account and automatically match the payments against similar ledger entries already entered in Business Central.
You need to import and apply the payments to the ledger entries that are automatically matched by the system.
Which form should you use?
A. Payment Application Rules
B. Payment services
C. Payment Reconciliation Journal
D. Payment Registration
Explanation:
The requirement is to import bank payments and automatically match them against existing open ledger entries (e.g., unpaid invoices). The Payment Reconciliation Journal is specifically designed for this purpose. It imports bank statement lines, automatically matches payments to customer/vendor ledger entries using matching rules, and posts the application. This is the standard tool for bank reconciliation and automated payment application.
Correct Option (C. Payment Reconciliation Journal):
This journal imports bank transactions (via bank statement or file), applies them to open customer/vendor ledger entries using matching algorithms (e.g., document number, amount, reference), and posts the reconciliations. It supports partial matching, and unmatched amounts can be handled manually or as new entries. This meets the requirement fully.
Incorrect Options:
A. Payment Application Rules:
This is a setup page where you define rules for automatic payment matching (e.g., match by document number or reference). It is not a form for importing or processing payments; it supports the Payment Reconciliation Journal.
B. Payment Services:
Refers to third-party payment integration services (e.g., PayPal, Stripe) for online payments. Not used for importing bank statement payments or matching against ledger entries.
D. Payment Registration:
Used for manually registering incoming payments one by one, often from cash sales or simple payment lists. Does not support batch import of bank transactions or automatic matching against ledger entries.
Reference:
Microsoft Learn – "Payment Reconciliation Journal" – Importing bank statements and automatically applying payments.
A company is implementing Dynamics 365 Business Central.
The company must be able to assign transactions to unique and sequential numbers. Some transactions require multiple number series that can be used interchangeably. You need to configure number series to meet the requirements. What should you do?
A. Define number series codes on journal templates.
B. Create relationships between number series.
C. Enable transaction tracking.
D. Set up approval workflows.
Explanation:
The requirement includes two needs: (1) unique and sequential numbers for transactions, and (2) multiple number series that can be used interchangeably. Creating relationships between number series allows you to link two or more number series together (e.g., a primary series and one or more alternative series). When one series runs out, the system automatically uses the next related series, enabling interchangeable usage while maintaining uniqueness and sequence.
Correct Option (B. Create relationships between number series):
By setting up number series relationships (using the No. Series Relationship page), you can define that multiple number series belong to a single "chain." For example, FIN-1 and FIN-2 can be related so that when FIN-1 reaches its last number, FIN-2 is used automatically. This meets the requirement for interchangeable number series while preserving sequential uniqueness.
Incorrect Options:
A. Define number series codes on journal templates: This assigns a specific number series to a journal template but does not allow multiple interchangeable series for the same transaction type. It provides only one series per journal.
C. Enable transaction tracking: This refers to tracking item serial/lot numbers, not assigning unique sequential numbers to transactions. Irrelevant to number series configuration.
D. Set up approval workflows: Workflows control approval processes, not the assignment of sequential numbers to transactions. This does not address interchangeable number series.
Reference:
Microsoft Learn – "Create Number Series" – Using Number Series Relationships to link multiple series.
You ate configuring Dynamics 365 Business Central security settings.
You assign the following permission sets to a user:
You need to determine how the system handles the user's permissions.
What is the outcome of the user permission configuration?
A. The permission set order will allow a user to create a new customer
B. The Blank option will allow a user to create a new customer.
C. The Yes option will allow a user to create a new customer.
Explanation:
The user has two permission sets assigned: CustomerMgmt (with Insert = Yes on Customer table data) and ReceivablesMgmt (with Insert = Blank on the same table). In Business Central, when multiple permission sets apply to the same object, the most permissive value wins. Yes overrides Blank. Therefore, the user can create new customers.
Correct Option (C. The Yes option will allow a user to create a new customer):
The CustomerMgmt permission set explicitly grants Insert = Yes on the Customer table (ID 18). This permission allows the user to create (insert) new customer records. Because Yes is a positive grant and Blank means no explicit permission (implicitly deny unless granted elsewhere), the Yes from CustomerMgmt takes precedence and enables customer creation.
Incorrect Options:
A. The permission set order will allow a user to create a new customer:
Permission set order (priority) does not override explicit permissions. The system combines permissions; order only matters for field-level conflicts, not for table data Insert where Yes > Blank.
B. The Blank option will allow a user to create a new customer:
Blank means no explicit permission is assigned. It does not grant Insert rights. Without another permission set providing Yes or Indirect, Blank results in no access.
Reference:
Microsoft Learn – "How Permission Sets Combine" – When multiple permission sets apply to the same object, the most permissive value (Yes > Indirect > Blank) is used.
Note: This question is part of a series of questions that present the same scenario. Each
question in the series contains a unique solution that might meet the stated goals. Some
question sets might have more than one correct solution, while others might not have a
correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result
these questions will not appear in the review screen.
A company uses Dynamics 365 Business Central. The company works with physical
goods.
The system must automatically populate the Type field on the document line when a user
creates a purchase order.
You need to configure the system.
Solution: On the Report Selection - Purchase page, select a purchase order document
type, and then select a custom report.
Does the solution meet the goal?
A. Yes
B. No
Explanation:
The requirement is to automatically populate the Type field (e.g., Item, Resource, G/L Account) on a purchase order line when a user creates a purchase order. The proposed solution uses Report Selection - Purchase to select a purchase order document type and a custom report. Report selection controls which report is printed or sent for purchase documents (e.g., purchase order, confirmation), not how fields are defaulted on document lines. Therefore, this solution does not meet the goal.
Correct Option (B. No):
The Report Selection - Purchase page is used to assign specific reports to purchase document types (e.g., Order, Quote, Return Order) for printing or emailing. It has no functionality to populate the Type field on document lines during purchase order creation. To auto-populate the Type field, you would configure Default Values for Purchases on the Vendor Card or use Item Templates.
Incorrect Option (A. Yes):
Selecting "Yes" would incorrectly imply that report selection controls data entry defaults. Report selection is strictly for output/reporting purposes (e.g., which report layout to use when printing a purchase order). It does not influence the Type field or any line-level defaults during document creation.
Reference:
Microsoft Learn – "Report Selection – Business Central" and "Set Up Default Values for Purchases" (Vendor Card).
A company uses Dynamics 365 Business Central. The finance team must dispose a fixed asset. You need to recommend the process to post the fixed asset disposal. Which two actions should you recommend the company perform? Each correct answer NOTE; Each correct selection is worth one point.
A. Create and post a fixed asset G/L journal.
B. Select a Tax Category when posting the sales invoice.
C. Create and post a sales invoice.
D. Manually adjust the depreciation amount in the fixed asset card.
E. Use the Reverse Transactions function to cancel the fixed asset record.
C. Create and post a sales invoice.
Explanation:
Disposing a fixed asset in Business Central typically involves two main steps: recording the sale/disposal value (often via a sales invoice to a customer or a G/L journal for scrap) and posting the disposal gain/loss. Option A (Fixed Asset G/L Journal) allows direct posting of disposal proceeds and removal of asset cost/accumulated depreciation. Option C (Sales Invoice) is used when the asset is sold to an external party, recording revenue and triggering disposal posting. Both are valid depending on the scenario, and the exam often pairs them as the recommended two-step process.
Correct Options:
A. Create and post a fixed asset G/L journal.
This journal allows you to post disposal entries directly, including the proceeds, cost removal, and accumulated depreciation. It is used when scrapping an asset or selling without a customer invoice. It gives full control over the G/L accounts affected.
C. Create and post a sales invoice.
When a fixed asset is sold to a customer, a sales invoice is created. The invoice line can reference the fixed asset number, and upon posting, the system automatically posts the disposal, calculates gain/loss, and updates the fixed asset ledger. This integrates disposal with accounts receivable.
Incorrect Options:
B. Select a Tax Category when posting the sales invoice.
While tax categories are relevant for VAT/sales tax on the invoice, they are not a required or recommended action specifically for the disposal process itself. This is a general invoicing step, not a core disposal action.
D. Manually adjust the depreciation amount in the fixed asset card.
Adjusting depreciation manually does not dispose of the asset. It only changes depreciation calculations for future periods. Disposal requires posting a transaction, not editing the asset card directly.
E. Use the Reverse Transactions function to cancel the fixed asset record.
Reverse Transactions is used to correct posted entries, not to dispose of an asset. Canceling a fixed asset record is not a valid disposal method and would break audit trails.
Reference:
Microsoft Learn – "Dispose of Fixed Assets" – using Fixed Asset G/L Journal and Sales Invoice methods.
A heavy equipment dealership with two warehouses is implementing Business Central.
One warehouse is for parts, and one is for equipment. The dealership must separate inventory by the type of item and post to two general ledger (G/L) accounts:
• Parts Inventory
• Equipment Inventory
You need to configure the system to post inventory to the correct G/L accounts.
Which components should you use? To answer, move the appropriate components to the correct configurations. You may use each component once, more than once, or not at all.
You may need to move the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.

Configuration 1: Select inventory accounts for G/L posting
Correct Component: Inventory Posting Setup
Explanation: The Inventory Posting Setup page (formerly Posting Group Setup) is where you define specific G/L accounts for inventory posting, including Inventory Account, Interim Account, Cost of Goods Sold (COGS) Account, and Variance Account. This page links inventory posting groups to G/L accounts.
Incorrect Components:
General Posting Setup: Defines G/L accounts for general sales and purchase posting (e.g., Sales Account, Purchase Account), not specifically inventory accounts.
Location: Defines warehouse-specific settings but does not map inventory to G/L accounts.
Item: Holds inventory posting group assignments but does not select the G/L accounts themselves.
Reference: Microsoft Learn – "Inventory Posting Setup" – Define G/L accounts for inventory
Configuration 2: Combine with an inventory posting group to determine which G/L account to use during posting
Correct Component: Item
Explanation: Each Item card contains the Inventory Posting Group field. When you assign an inventory posting group to an item, Business Central combines that group with the Inventory Posting Setup (and optionally location) to determine the correct G/L account (e.g., Parts Inventory vs. Equipment Inventory) during posting.
Incorrect Components:
General Posting Setup: Used for customer/vendor posting, not item-level inventory group assignment.
Location: Can be used with posting groups but is not the component that "combines with an inventory posting group" directly.
Inventory Posting Setup: Defines the accounts but does not itself carry the inventory posting group assignment per item.
Reference: Microsoft Learn – "Item Card – Inventory Posting Group Field"
A company uses Dynamics 365 Business Central.
The company has the following purchasing requirements:
• Ensure that the costs on credit memos match the costs from the originating invoices.
• Process the shipment document of a return at the same time the credit memo is posted.
You need to set up purchase and payables.
Which settings should you configure? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Requirement 1: Ensure costs on credit memos match costs from originating invoices
Correct Setting: Enable the Exact Cost Reverting Mandatory Setting
Explanation: When this setting is enabled, Business Central requires that return orders (credit memos) revert the exact original cost from the originating invoice rather than using the current average or standard cost. This ensures cost matching for accounting accuracy, especially when inventory valuation changes over time.
Incorrect Options for this requirement:
Select Remainder for the Default Quantity to Receive setting: Controls default receive quantity on returns, not cost matching.
Enable the Exact Document No Mandatory setting: Forces document number referencing but does not guarantee cost matching.
Set the Default Qty. to Receive setting to Remainder: Same as above – quantity, not cost.
Enable the Receipt on Invoice setting: Unrelated to credit memo cost reverting.
Reference: Microsoft Learn – "Exact Cost Reverting" in Purchases & Payables Setup
Requirement 2: Process shipment document of a return at the same time the credit memo is posted
Correct Setting: Enable the Return Receipt on Credit Memo setting
Explanation: This setting allows the system to post the return shipment (receipt of returned goods) automatically when the credit memo is posted. Instead of processing return receipt and credit memo as separate steps, they happen together, streamlining the return process and ensuring warehouse and financial documents are synchronized.
Incorrect Options for this requirement:
Enable the Receipt on Invoice setting: Controls receiving for regular purchase invoices, not for returns/credit memos.
Select Remainder / Default Qty. to Receive: Only affects default quantity values, not simultaneous posting.
Enable the Exact Cost Reverting Mandatory Setting: Cost-related, not document posting synchronization.
Reference: Microsoft Learn – "Return Receipt on Credit Memo" in Purchases & Payables Setup
You set up a new company in Dynamics 365 Business Central.
You need to demonstrate Page Inspection functionality.
Which features should you use? To answer, drag the appropriate page inspection features to the correct display requirements. Each page inspection feature may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.

Requirement 1: All data in all fields in a record
Correct Feature: Table Fields tab
Explanation: The Table Fields tab within Page Inspection displays all fields from the underlying table(s) for the current record, including field values, data types, and whether they are editable. This shows all data in the record, not just fields visible on the page.
Incorrect Features:
View Table link: Opens the underlying table but does not show all fields inline within the inspection window.
Extensions tab: Shows installed extensions that modify the page, not field-level data.
Page field: Displays page metadata (name, ID, source table), not record data.
Reference: Microsoft Learn – "Page Inspection" – Table Fields Tab
Requirement 2: All active apps altering a page
Correct Feature: Extensions tab
Explanation: The Extensions tab lists all extensions (apps) that are actively modifying or extending the current page. This includes both Microsoft and third-party extensions, showing which apps contribute to the page's behavior and UI.
Incorrect Features:
View Table link: Only links to the source table, not to extension information.
Table Fields tab: Shows table fields only, not which extensions alter the page.
Page field: Displays page identity, not extension details.
Reference: Microsoft Learn – "Page Inspection" – Extensions Tab
Requirement 3: The tables that provide data for a page
Correct Feature: View Table link (or Page field in some versions, but standard is View Table)
Explanation: The View Table link at the top of the Page Inspection window opens the underlying source table(s) for the page. The Page field shows the primary source table name and ID. In many exam contexts, the View Table action is used to see which tables provide data (including related tables).
Note: If the answer area requires a single match and "Page field" is available, that also shows the source table. However, "View Table link" is the action that directly navigates to the table(s) providing data. Based on typical MB-800 exam answers, View Table link is preferred for this requirement.
Incorrect Features:
Table Fields tab: Shows fields from the table but does not list which tables are involved.
Extensions tab: Unrelated to table identification.
Reference: Microsoft Learn – "Page Inspection" – View Table Action
A company uses Business Central.
A user mistakenly partly applied two cash receipts to a posted sales transaction.
You need to remove the first cash receipt from the posted sales transaction to correct the mistake.
Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Explanation of the Sequence:
Step 1 – Unapply the second payment:
You must first unapply the most recent (second) payment from the sales transaction. Applications must be removed in reverse chronological order because Business Central maintains application entries as a linked chain. Unapplying the second payment breaks the last link.
Step 2 – Unapply the first payment:
After the second payment is unapplied, you can now unapply the first payment (the one you want to remove). This completely reverses the application of the first cash receipt from the sales invoice.
Step 3 – Apply the second payment to the customer ledger entry:
Reapply the second payment to the same sales invoice (or the relevant customer ledger entry). This restores the correct partial application for the second payment without including the first payment.
Step 4 – Navigate to Reverse Transaction from the relevant detailed customer ledger entry:
Go to the Detailed Customer Ledger Entry for the first cash receipt and select Reverse Transaction. This creates a reversing entry for the first payment, effectively removing it from the system or marking it as corrected, depending on the posting setup.
Alternative interpretation: If the goal is simply to remove the first payment's application without reapplying the second, Steps 1–2 may suffice, but the question implies a correction where the second payment should remain applied. Step 4 ensures the first payment is fully reversed.
Why Other Actions Are Incorrect or Out of Sequence:
Navigate to Unapply Entries from the relevant customer ledger entry: This is a valid action, but the sequence above uses the more precise Unapply action directly. The key is the order—second payment first.
Post a reversing cash receipt and select the customer and relevant payment entry: This is an alternative method but not part of the standard four-action sequence for unapplying and reapplying.
Apply the second payment before unapplying both: Incorrect order—you cannot reapply without first unapplying.
Reference:
Microsoft Learn – "Unapply Customer Ledger Entries" and "Reverse Transactions" in Dynamics 365 Business Central documentation.
| Page 3 out of 24 Pages |