11.2 Fixed Asset Cards, Main/Component Assets & Depreciation Methods

Key Takeaways

  • The Fixed Asset Card (Page 5600) captures master data, custodianship via the Responsible Employee field, and operational control through the Blocked and Inactive toggles, while its FA Depreciation Books subpage manages amortization rules per book, synchronizing Depreciation Starting Date, Ending Date, No. of Depreciation Years, and Straight-Line %.
  • Dynamics 365 Business Central provides eight depreciation methods: Straight-Line, Declining-Balance 1, Declining-Balance 2, DB1/SL, DB2/SL, Half-Year Convention, Manual, and User-Defined.
  • The combination methods (DB1/SL and DB2/SL) calculate both declining-balance and straight-line depreciation in each period and automatically post whichever amount is greater, smoothly transitioning to straight-line in later years.
  • Complex capital assets can be modeled as parent Main Assets with linked Component Assets, aggregating total investment value and maintenance costs on the Main Asset Statistics page without requiring direct postings to the parent.
  • Half-Year Convention is activated by the Use Half-Year Convention toggle rather than the Depreciation Method list, and combines only with Straight-Line, Declining-Balance 1, and DB1/SL.
Last updated: September 2026

11.2 Fixed Asset Cards, Main/Component Assets & Depreciation Methods

Quick Summary: Capital equipment and intangible property are tracked in Dynamics 365 Business Central using the Fixed Asset Card (Page 5600). Each card captures critical metadata, physical custody via Responsible Employee, and operational restrictions using the Blocked and Inactive flags. Financial amortization is managed on the FA Depreciation Books subpage, which links the asset to specific depreciation books and establishes the Depreciation Method, starting/ending dates, and salvage values. Business Central supports standard methods (Straight-Line, Declining-Balance), combination methods (DB1/SL and DB2/SL that automatically post the greater amount), User-Defined tables, and Manual entry. Large complex assets can be structured into Main Asset and Component hierarchies, enabling component-level depreciation while rolling up consolidated investment metrics on Main Asset Statistics.


The Fixed Asset Card Architecture (Page 5600)

The Fixed Asset Card (Table 5600 Fixed Asset / Page 5600) serves as the master record for an individual capital asset. It records physical attributes, operational location, custodianship, and accounting parameters.

UI Navigation Path:
Tell Me (Alt+Q) -> Fixed Assets -> Action: New (opens Page 5600 Fixed Asset Card)
Fixed Asset Card Structure:

[Fixed Asset Card: FA000100]
  │
  ├── General FastTab ──────────────► No., Description, FA Class, FA Subclass, Responsible Employee
  ├── Operational Controls ─────────► Blocked (Hard Lock) vs. Inactive (Filtering Flag)
  │
  ├── Component Hierarchy ──────────► Main Asset/Component: [Main Asset | Component]
  │                                   └── Component of Main Asset: [Parent FA No.]
  │
  └── FA Depreciation Books Subpage ─► Book Code, FA Posting Group, Depr. Method, Dates, Years, %

Critical Fields on the Fixed Asset Card

FastTabField NameDescription & Functional Significance
GeneralNo.Unique alphanumeric identifier assigned automatically from the configured FA Number Series (e.g., FA000100).
GeneralDescription / Description 2Primary and secondary narrative names detailing the asset model, make, or specification.
GeneralFA Subclass CodeGranular category code (e.g., VEHICLES). Selecting a subclass automatically populates the FA Class Code and creates lines on the Depreciation Books subpage using the subclass default posting group.
GeneralFA Class CodeHigh-level grouping code (e.g., TANGIBLE) derived automatically from the selected FA Subclass.
GeneralResponsible EmployeeLinks to the Employee table (Table 5200) to identify the specific staff member responsible for asset custody, auditing, and maintenance coordination.
GeneralSerial No.Captures the manufacturer serial number or hardware chassis tag for physical audit verification.
GeneralBlockedHard operational lock. When checked, users are strictly prohibited from selecting or posting this asset on journal lines, purchase documents, or sales orders.
GeneralInactiveInformational status indicator. Identifies that an asset is currently out of active commercial service (e.g., in transit, held in storage, or mothballed), but does not technically block journal postings.

Operational Governance: Blocked vs. Inactive

A frequent point of confusion on the MB-800 exam is the behavioral difference between the Blocked and Inactive fields:

Operational Control Comparison:

[Blocked = YES]
  ├── Posting Engine: HARD STOP
  ├── Blocks General Journals, FA G/L Journals, Purchase Invoices, Sales Invoices
  └── Throws runtime validation error if selected in a transaction

[Inactive = YES]
  ├── Posting Engine: PERMITTED
  ├── Serves as a reporting filter and visual indicator
  └── Used when an asset is temporarily decommissioned or awaiting disposal

FA Depreciation Books Subpage Configuration

The bottom section of the Fixed Asset Card contains the FA Depreciation Books subpage (Table 5612 FA Depreciation Book / Page 5666). This subpage defines the financial and mathematical amortization parameters for each depreciation book assigned to the asset.

Key Parameters on the FA Depreciation Book Line

  • Depreciation Book Code: Specifies the target ledger (e.g., COMPANY or TAX).
  • FA Posting Group: Defaults from the FA Subclass, determining the G/L accounts for acquisition, depreciation, and disposal.
  • Depreciation Method: Defines the amortization algorithm applied during batch depreciation runs.
  • Depreciation Starting Date: The date from which depreciation begins accruing (typically the placed-in-service date or acquisition date).
  • Depreciation Ending Date: The target date at which the asset will be fully depreciated down to its salvage value.
  • No. of Depreciation Years: Useful lifespan expressed in years (e.g., 5.0).
  • Straight-Line %: Annual percentage rate used for straight-line amortization (e.g., 20% for a 5-year asset).
  • Declining-Balance %: Annual percentage applied against remaining book value under accelerated methods.
  • Salvage Value: Estimated residual value at the end of the asset's useful life. Depreciation ceases once Net Book Value reaches this threshold.
  • Use Half-Year Convention: Instructs Business Central to apply half a year of depreciation in the initial fiscal year regardless of the exact placed-in-service date.
Dynamic Recalculation Engine:

       [Depreciation Starting Date] (e.g., 01/01/2026)
                     │
        ┌────────────┴────────────┐
        ▼                         ▼
[No. of Depr. Years: 5.0]  <───>  [Depreciation Ending Date: 12/31/2030]
        │
        ▼
[Straight-Line %: 20.00%]

[!NOTE] Field Interdependency: In Business Central, No. of Depreciation Years, Depreciation Ending Date, and Straight-Line % are dynamically linked. Entering 5.0 years automatically computes an ending date 5 years from the starting date and populates Straight-Line % as 20%. Conversely, typing an ending date automatically calculates the fractional years and corresponding straight-line percentage.


Depreciation Methods: Mathematical Logic & Business Rules

Business Central supports eight depreciation methods. Count them on the exam — candidates routinely list only seven because they treat Half-Year Convention as a checkbox rather than as a method in its own right:

Supported Depreciation Methods (8):

1. Straight-Line (SL)
2. Declining-Balance 1 (DB1)
3. Declining-Balance 2 (DB2)
4. DB1/SL  (Declining-Balance 1 / Straight-Line) ──► Posts the greater of the two
5. DB2/SL  (Declining-Balance 2 / Straight-Line) ──► Posts the greater of the two
6. Half-Year Convention ─────────────────────────► Only combines with SL, DB1, and DB1/SL
7. Manual
8. User-Defined (Depreciation Tables)

Comparative Analysis of Depreciation Methods

Depreciation MethodCalculation Algorithm & FormulaAmortization ProfileTypical Commercial Application
Straight-Line (SL)$\text{Depr} = \frac{\text{Book Value} - \text{Salvage Value}}{\text{Remaining Years}}$Constant, equal periodic expense across useful life.Office furniture, commercial buildings, long-term infrastructure.
Declining-Balance 1 (DB1)$\text{Depr} = \frac{\text{DB }% \times \text{Depr. Days} \times \text{Depr. Basis}}{100 \times 360}$, where the depreciable basis is the book value at the beginning of the yearAccelerated; highest depreciation in early years. Running the batch job twice a year yields two equal amounts.High-tech hardware, computer equipment, machinery subject to early obsolescence.
Half-Year ConventionGrants exactly six months of depreciation in the first fiscal year regardless of the starting date; the missing half-year lands in the final fiscal year.Shifts the curve rather than reshaping it.US MACRS-style tax books where mid-year placement is presumed.
Declining-Balance 2 (DB2)$DA = BV \times \left(1 - (1 - P)^{D}\right)$, where $P = \text{DB }%/100$ and $D = \text{Depr. Days}/360$Same annual total as DB1, but running the batch job more than once a year produces amounts that decline period over period instead of staying equal.Equipment requiring compounding depreciation within the year.
DB1/SLEvaluates DB1 and SL at each run; posts $\max(\text{DB1}, \text{SL})$.Accelerated initial expense, automatically switching to straight-line when SL exceeds DB1.Capital manufacturing assets requiring rapid initial tax write-off and guaranteed zero balance at end of life.
DB2/SLEvaluates DB2 and SL at each run; posts $\max(\text{DB2}, \text{SL})$.Daily accelerated curve, automatically switching to straight-line when SL exceeds DB2.Heavy machinery utilizing daily compounding with full amortization guarantee.
User-DefinedDerived from Depreciation Tables (Page 5663) specifying custom percentages per period.Arbitrary custom curve (e.g., Year 1: 40%, Year 2: 30%, Year 3: 20%, Year 4: 10%).Statutory local tax requirements, production-dependent or non-linear asset wear.
ManualAutomated batch calculation job does not calculate depreciation.Zero automated calculations; accountant posts entries manually via journals.Land (non-depreciable), art collections, or assets subject to discretionary impairment testing.

The DB1/SL and DB2/SL Automatic Switch Mechanism

A foundational concept tested on the MB-800 exam is the automatic transition behavior in combination methods:

DB1/SL Automatic Transition Curve:

Depreciation
Amount ($)
    ▲
    │  \   (Declining-Balance 1 is Higher: System Posts DB1)
    │   \ 
    │    \       Switch Point: SL > DB1
    │     \     ┌─────────────────────────────────────────┐
    │      \   /  (Straight-Line is Higher: System Posts SL) 
    │       \ /───────────────────────────────────────────
    │        X
    │       / \ (DB1 curve continues declining below SL)
    │      /   \ 
    └─────┴─────┴─────────────────────────────────────────► Time (Years)

Under standard declining-balance methods, an asset mathematically never reaches zero book value because depreciation is calculated as a percentage of a perpetually shrinking balance. When DB1/SL or DB2/SL is selected:

  1. The Calculate Depreciation batch job computes both the declining-balance amount and the remaining straight-line amount for the period.
  2. The system compares the two values and automatically applies whichever amount is greater.
  3. In early years, the declining-balance calculation yields a higher amount. In later years, as book value diminishes, the straight-line calculation becomes larger. Business Central seamlessly transitions to straight-line, guaranteeing the asset reaches exact salvage value on the scheduled Depreciation Ending Date.

The Half-Year Convention

Under regulatory tax structures such as US MACRS, assets acquired at any point during a fiscal year are deemed to have been placed in service at the mid-point of that year.

  • The Half-Year Convention method applies only when the Use Half-Year Convention toggle is turned on for the fixed asset. It is the one method that is activated by a toggle rather than picked from the Depreciation Method list.
  • It can be combined with exactly three other methods: Straight-Line, Declining-Balance 1, and DB1/SL. It cannot be combined with DB2, DB2/SL, Manual, or User-Defined.
  • Business Central calculates exactly six months (50%) of the standard annual depreciation in the first fiscal year, regardless of whether the asset was capitalized in January, June, or November.
  • The remaining half-year of depreciation is recognized in the final fiscal year. Because the asset's remaining life always carries that trailing half-year, the Depreciation Ending Date must be set to exactly six months before the end of the fiscal year in which the asset fully depreciates, or the convention will not apply correctly.

[!TIP] Worked example from Microsoft's documentation: acquisition cost 100,000, depreciation starting date 03/01/20, five-year life. The ending date must therefore be 06/30/25, not 02/28/25. Annual depreciation is 20,000, and the schedule runs 10,000 (first partial year) → 20,000 × 4 → 10,000 (final year).


Main Asset / Component Asset Architecture

Complex enterprise assets—such as a commercial delivery truck with a refrigeration unit, an aircraft with multiple engines, or a manufacturing assembly plant—consist of physical sub-assemblies with vastly different lifespans and depreciation rules.

Main Asset & Component Hierarchy:

[Main Asset: FA000500 - Commercial Delivery Van]
  │  - Main Asset/Component = Main Asset
  │  - Direct Posting = Blocked (via FA Setup: Allow Posting to Main Assets = No)
  │  - Holds zero direct ledger entries; aggregates component metrics
  │
  ├──► Component 1: FA000501 - Vehicle Chassis & Cab
  │      - Component of Main Asset: FA000500
  │      - Useful Life: 7 Years (Straight-Line)
  │      - Acquisition Cost: $45,000
  │
  └──► Component 2: FA000502 - Industrial Refrigeration Unit
         - Component of Main Asset: FA000500
         - Useful Life: 3 Years (Declining-Balance)
         - Acquisition Cost: $18,000

Step-by-Step Configuration Procedure

  1. Configure the Parent Main Asset:
    • Create a new Fixed Asset Card (e.g., FA000500 "Delivery Van Fleet #12").
    • In the Main Asset/Component field, select Main Asset.
    • Leave the Component of Main Asset field blank.
  2. Configure Child Component Assets:
    • Create individual asset cards for each sub-assembly (e.g., FA000501 "Chassis", FA000502 "Refrigeration Unit").
    • In the Main Asset/Component field, select Component.
    • In the Component of Main Asset field, select parent asset FA000500.
    • On each component's Depreciation Books subpage, establish its specific Depreciation Method, No. of Depreciation Years, and FA Posting Group.
  3. Post Transactions Exclusively to Components:
    • When purchasing the vehicle, enter separate purchase invoice lines for FA000501 ($45,000) and FA000502 ($18,000).
    • Run periodic depreciation. Each component amortizes independently according to its own lifespan (7 years vs. 3 years).

Consolidated Reporting: Main Asset Statistics (Page 5647)

To view the total financial position of the parent vehicle without manually combining records, users navigate to the parent asset card and open Main Asset Statistics (Navigate -> Main Asset -> Statistics).

UI Navigation Path:
Fixed Asset Card (Parent) -> Navigate -> Main Asset -> Statistics (opens Page 5647)
Main Asset Statistics Real-Time Roll-Up:

------------------------------------------------------------
Parent Asset: FA000500 - Commercial Delivery Van
------------------------------------------------------------
Component No.  Description          Acq. Cost   Accum. Depr.  Book Value
FA000501       Chassis & Cab        $45,000     $15,000       $30,000
FA000502       Refrigeration Unit   $18,000     $12,000       $ 6,000
------------------------------------------------------------
TOTAL COMBINED INVESTMENT:          $63,000     $27,000       $36,000
------------------------------------------------------------

Additionally, running the Main Asset - Components report (Report 5607) generates an official audit schedule detailing all parent assets, their linked components, serial numbers, responsible employees, and individual net book values.


Common Implementation Pitfalls & Exam Traps

Implementation ScenarioRoot CauseSystem Failure / Audit ConsequenceCorrective Action
Posting Blocked on Inactive AssetConsultant marked an asset Inactive = Yes expecting it to stop all journal entries.Users are still able to post journal lines because Inactive is merely an informational filtering flag.Check the Blocked boolean field on the Fixed Asset Card to enforce a hard posting lock.
Depreciation Ending Date ConflictUser enters No. of Depreciation Years = 5 and then types a custom ending date 3 years out.Entering a manual ending date overrides and recalculates the No. of Depreciation Years and Straight-Line %.Understand field precedence: entering an ending date recalculates years and percentage dynamically.
Main Asset Component Not SummingChild component was created, but its book value does not appear on parent Main Asset Statistics.The user failed to select Component in the Main Asset/Component field or left Component of Main Asset blank.Populate Main Asset/Component = Component and set Component of Main Asset to the parent FA number.
Asset Fails to Reach Zero Book ValueAn asset using pure Declining-Balance 1 leaves an unreconciled residual balance at the end of useful life.Pure declining-balance multiplies a percentage against a shrinking balance, mathematically never hitting zero.Use combination method DB1/SL or DB2/SL to force an automated switch to straight-line in final years.
Loading diagram...
Fixed Asset Card, Depreciation Methods, and Component Hierarchy
Test Your Knowledge

An asset is configured with the 'DB1/SL' (Declining-Balance 1/Straight-Line) depreciation method in its Depreciation Book subpage. How does Business Central determine the periodic depreciation amount throughout the asset's useful life?

A
B
C
D
Test Your Knowledge

A company purchases a commercial delivery van with an attached refrigeration unit. The van chassis has an expected useful life of 7 years, while the refrigeration unit has an expected useful life of 3 years. The accountant wants to track both components under a single parent vehicle record while viewing consolidated book value in real time. How should this be configured?

A
B
C
D
Test Your Knowledge

An IT manager informs the accounting department that a specialized server has been temporarily uninstalled and placed into a storage warehouse while data center renovations take place. The accounting team must ensure that no maintenance orders or journal entries are posted against this asset until it is re-installed. Which field on the Fixed Asset Card must be set to prevent all transaction postings?

A
B
C
D