Dynamics 365 Business Central 2025 Wave 1: checking app compatibility with future versions directly in Admin Center.

When an upcoming Dynamics 365 Business Central major release is approaching (usually at least a month before so) Microsoft starts doing an automatic check for your installed app compatibility with the upcoming version.

If there are changes to some Dynamics 365 Business Central functionalities (data structure, code etc.) that the installed apps depend on, an incompatibility alert is raised. Until Dynamics 365 Business Central 2024 release Wave 2 (v25), only email notification recipients and registered Application Insights resources received messages about incompatibilities of installed apps with a future Business Central update in a particular environment.

In the email notification (like the following) you have the app’s incompatibility problems detailed:

With telemetry and Application Insights, you can discover incompatibility details of your apps with the following KQL query:

traces 
| where customDimensions has "LC0226"
| where customDimensions.eventId == "LC0226"
| where timestamp > ago(30d) // adjust as needed
| project timestamp
, aadTenantId = customDimensions.environmentTenantAAD
, environmentName = customDimensions.environmentName
, environmentType = customDimensions.environmentType
, extensionId = customDimensions.extensionId
, extensionName = customDimensions.extensionName
, extensionPublisher = customDimensions.extensionPublisher
, extensionVersion = customDimensions.extensionVersion
, targetVersion = customDimensions.targetVersion
, failureReason = customDimensions.failureReason

Starting from Dynamics 365 Business Central 2025 Wave 1 release (version 26), in order to make it easier to plan for upcoming changes ahead of time and avoid upgrade failures to a new major, you can now view app compatibility reports directly in the tenant’s Admin Center (and you can also avoid to schedule an update to a Business Central version that installed apps are incompatible with).

By selecting a Dynamics 365 Business Central environment, you will be able to access the details of your installed apps (AppSource and PTEs) and see the compatibility status with the upcoming release:

From here you can immediately discover compatibility issues and act accordingly.

With the new 2025 Wave 1 release, you will have an environment-level opt-out for automatic minor scheduling setting that will permit you to skip minor releases (March 2025 is the planned release date for that at the time of writing this post) and also the possibility to create new environments on any supported Business Central version (so for example to create 25.x environments until 25.x grace period starts in September 2025).

Starting with 𝗗𝘆𝗻𝗮𝗺𝗶𝗰𝘀 𝟯𝟲𝟱 𝗕𝘂𝘀𝗶𝗻𝗲𝘀𝘀 𝗖𝗲𝗻𝘁𝗿𝗮𝗹 𝟮𝟬𝟮𝟱 𝗿𝗲𝗹𝗲𝗮𝘀𝗲 𝘄𝗮𝘃𝗲 𝟮 (𝘃𝟮𝟳) public preview (so around September 2025), it will be also possible to update an existing sandbox environment to the Dynamics 365 Business Central public preview version.
This is a great feature that finally will permit you to do live testing for an upcoming major release with your existing data and your existing apps. This announced version is not available with the upcoming Dynamics 365 Business Central version 26.

Original Post https://demiliani.com/2025/02/14/dynamics-365-business-central-2025-wave-1-checking-app-compatibility-with-future-versions-directly-in-admin-center/

0 Votes: 0 Upvotes, 0 Downvotes (0 Points)

Leave a reply

Join Us
  • X Network2.1K
  • LinkedIn3.8k
  • Bluesky0.5K
Support The Site
Events
March 2025
MTWTFSS
      1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31       
« Feb   Apr »
Follow
Sign In/Sign Up Sidebar Search
Popular Now
Loading

Signing-in 3 seconds...

Signing-up 3 seconds...