D365 F&SCM 10.0.47 Upgrade Preview – Key Changes, Risks, and What to Test

Microsoft has scheduled Dynamics 365 Finance & Supply Chain Management version 10.0.47 for general availability for self-update in March 2026, with auto-update following in April 2026. 

While Microsoft’s Release Notes for both Finance and Supply Chain Management provide a high-level overview of new features and changes, they do not tell you what is happening at the database level.  

We upgraded a standard Contoso D365 F&SCM environment from 10.0.46 to 10.0.47 under ConfigCompare monitoring. Our analysis maps each functional change to its precise database footprint – new tables, new fields, modified structures, and removals. This is the layer that matters for upgrade planning, custom code impact assessment, and regression testing. 

Important: Scope of this document - structural database changes only

This document is a structural review. It covers changes to the database schema between versions 10.0.46 and 10.0.47 – new tables, new fields, modified field definitions, and removed objects – and maps those changes to announced functional features where possible. This is an opinion-based document. You must make your own decisions for your own environment.

It does not cover data value changes. Data value changes are a separate and equally important dimension of upgrade assessment. These include:
   • Fields silently defaulting to new values as a result of Microsoft data upgrade scripts
   • Parameter or configuration rows initialised automatically when a new feature activates
   • Reference data added or modified by the upgrade process
   • Enum values or lookup records changing without a schema change being visible

A companion document examining data value changes observed in the Contoso 10.0.46 → 10.0.47 upgrade will be published separately.

Release Schedule

MilestoneDate
Preview of releaseJanuary 2026
General availability – self-updateMarch 2026
General availability – auto-updateApril 2026
Build number10.0.2527 / Platform 7.0.7858.14

Database-Level Changes - Summary

Category Count
New tables 56
Tables with new fields 112
Tables with modified fields 19
Tables with removed fields 1
Fields with modified definitions (length or label) 23
Fields removed in 10.0.47 5
Tables removed in 10.0.47 1
New fields across all tables 1,454

This is a broad structural release. The 56 new tables and 112 tables receiving new fields is significantly higher than recent service updates, reflecting the scale of functional investment across AI agent infrastructure, unified pricing, warehouse archiving, subscription billing, period-close enhancements, and Retail/Commerce.

A notable pattern across 7 warehouse tables – WHSLoadTable, WHSLoadLine, WHSShipmentTable, WHSWorkTable, WHSWorkLine, WHSWorkInventTrans, WHSWorkTrans – is the addition of the SYSDATASTATECODE field. This is the same State Machine archiving pattern first observed in the CustInvoice* tables in version 10.0.42. Microsoft is extending this archiving infrastructure to the warehouse management module.

Key Upgrade Considerations

The most structurally significant breaking change in 10.0.47. Any code, data entity, or integration referencing this field will fail post-upgrade. Assess and remediate before upgrading to production. 


Five attribute value fields on GUPPricingRuleConditionLookup have been reduced from 1,000 to 200 characters. If values exceed 200 characters, you have mitigation to deal with. Query the table before you go near production. Microsoft Upgrade scripts may deal with this (not confirmed).

IncludeGenericCurrency fields appear across all major discount type tables and GUPParameters. With the feature enabled by default, verify existing discount rules behave correctly post-upgrade before allowing user-facing transactions.  This potentially affects Order entry pricing, invoicing, trade agreement impact, and promotions in Commerce.

Seven further highlighted risks and all the details in our full report – see below.

You can also request it via email or through our linked in page.

Full interactive Structural COmparison

If you want to browse through the structural results yourself, please go to the web-based

Technical Overview

Want the full report?

The analysis above covers the headline numbers and ten of the meaningful things you need to know. The interactive structural comparison lets you browse the technical comparison results yourself.

The full report maps every feature in 10.0.47 to its precise database footprint. This covers all 23 modified field definitions, and includes ConfigCompare-specific findings that don’t appear anywhere in Microsoft’s release notes. 


If you want a general overview of the ConfigCompare tool you can go the the ConfigCompare page.

Leave a Comment