How to identify deprecated or removed features in Dynamics 365

Hi Readers,

Today we will discuss deprecated and removed features in Dynamics 365 platform. But do you know what is deprecated or removed features, have you heard it anyway?

Deprecated features are scheduled to be removed in future releases or updates (timeline is given by MS). So, developers don’t have to use that JS code/automation/actions and also replace their existing deprecated code from system or platform with new suggestion by MS.

Removed features are the set of features which are already removed from system and no longer available in platform (this has been generally given with some notice prior removal)

Example 1: Calculated fields will be deprecated soon and they are showing that message in field section.

When you create any calculated field, it gives you suggestion banner that calculated behaviour will eventually be discontinued and recommend using Formula data type for calculations, see below screenshot.

Example 2:

The native Exchange integration for relationship intelligence is deprecated in April 2025. If you want Dynamics 365 Sales to use emails and meetings from Exchange to generate insights, enable server-side synchronization for Exchange.

How to Identify deprecated JS code in D365 solution?

There is one good way to find your deprecated JS code in power platform by using Solution checker.

How to find solution checker, its pretty simple : Open, Make.powerapps.com

Select solution and see solution checker in which your webresource is added.

Once Run completes, see view results:

Find complete list of deprecated JS code client APIs and changes here: https://learn.microsoft.com/en-us/power-platform/important-changes-coming#some-client-apis-are-deprecated

Leave a Reply

Your email address will not be published. Required fields are marked *