Loading...

Dynamics 365 Dataverse Change Tracking feature

Dynamics 365 Dataverse Change Tracking feature
Dynamics 365 Dataverse Change Tracking feature Guowei Mon, 02/20/2023 - 10:11
Body

Hi, Guys,

Today I would like to share the Change Tracking feature of Dynamics 365 CRM. 

Why enable Change Tracking?

Change Tracking enables incremental export, only records that have changed are exported.

In addition, you can export or retrieve a selected set of data, and then keep the external data warehouse in sync.

Suppose we have a lot of integrations of D365 CRM with other external systems. We need to keep track of changes done after the last synchronization of data and integrate only those changes to the downstream systems. For this scenario, Change Tracking is the best solution.

How to enable Change Tracking?

You can enable Change tracking for both system and custom tables(entities).

Once you enable the Track Changes you cannot disable it.

Using New UI Power Apps Settings

1, Expand Advanced Options.

    For the Create scenario, On the New table page.

    For the Update scenario, select a table, and then in Table Properties select Properties. In the Edit table page, expand Advanced Options.

2, In the For this table section, enable the Track Changes checkbox.

Dynamics 365 Dataverse Change Tracking feature

3, Save and Publish.

 

Using legacy settings

1, Navigate to Customizations-> Customize the System.

2, Select an entity, and under Data Services, select the Change Tracking checkbox.

Dynamics 365 Dataverse Change Tracking feature

How to custom query for Change Tracking

In this section, I will show you how to query the Chang Tracing data in the different scenarios and show the response data structure.

First of all, let's take a look at RetrieveEntityChangesRequest and RetrieveEntityChangesResponse classes.

RetrieveEntityChangesRequest

Input parameters

DataVersion is very import to only retrieve the changed data.

Set it as empty for the first time query, then return all records.

Dynamics 365 Dataverse Change Tracking feature

RetrieveEntityChangesResponse

Dynamics 365 Dataverse Change Tracking feature

Prerequisite

An entity enabled the Change Tracking feature.

Create Scenario:

1, Create a new record named Test1 

Test1

2, Execute below C# code to query the change data.

Request

 

We got 1 record as a NeworUpdatedEntity Item.

NeworUpdatedEntity

The message also returns a DataToken that we can use in the RetrieveEntityChangesRequest, so that when we execute this request the next time, it returns data for those changes that occurred since the last execution of the request.

DataToken

If retrieve again with the DataToken value, then no records were retrieved.

NoChanges

 

Update Scenario:

update the Name to Test1-a.

 Test1-a

then execute the query with the previous DataVersion.

Only 1 record was retrieved, and all the columns responded as the result.

Only 1 record was retrieved

 

Delete Scenario

Delete the previous record Test1-a and create a new record Test2.

Execute the query code with the previous DataVersion

2 items were retrieved, 1 is NewOrUpdatedEntity, and 1 for RemovedItem.

Dynamics 365 Dataverse Change Tracking feature

Multiple updates within the same record.

If we change the Name field from Test2 to Test2-1, then update to Test2-1-1.

The last change was responded to as the result.

The last change was responded

END

Hope this will help.

Thanks for reading.

Regards

Dynamics 365 Dataverse Change Tracking feature

Image
/sites/default/files/2023-03/dataverse_cdc.png

Published on:

Learn more
Featured Articles | Dynamics Chronicles
Featured Articles | Dynamics Chronicles

Welcome to our blog, the content is entirely dedicated to Microsoft Dynamics 365, CRM, Power Platform, Common Data Service (CDS) but also Azure. Follow us !

Share post:

Related posts

Power Platform admin center – Manage agent security with enhanced admin controls

Update: Release of this feature has been postponed, we will announce a new date in the future. We are announcing the ability to govern Copilot...

16 hours ago

Power Platform – Manage system views with security role service update

We are announcing an update to the prerequisites for managing access to public system views with security roles for Power Platform. This updat...

16 hours ago

Power Platform – Monitor the health of your resources

We are announcing the ability to monitor the health of your resources in Power Platform admin center and in Power Apps. This feature will reac...

16 hours ago

Power Platform & M365 Dev Community Call – July 31st, 2025 – Screenshot Summary

Call Highlights   SharePoint Quicklinks: Primary PnP Website: https://aka.ms/m365pnp Documentation & Guidance SharePoint Dev Videos Issues...

1 day ago

Power Platform admin center – Information regarding the end of support for classic PPAC

Starting on September 3, 2025, the classic Power Platform admin center (PPAC) experience will have reached an end of support. The new PPAC off...

1 day ago

Microsoft 365 & Power Platform Call (Microsoft Speakers) – Community Takeover – July 29th, 2025 – Screenshot Summary

Call Highlights   SharePoint Quicklinks: Primary PnP Website: https://aka.ms/m365pnp Documentation & Guidance SharePoint Dev Videos Issues...

3 days ago

Power Platform – Assisted mapping for standard dataflows

We are announcing assisted mapping for standard dataflows in Power Platform. This feature will reach general availability on July 31, 2025. Ho...

3 days ago

Why Environment Management Matters for Architects and Developers in Power Platform

Environment Management isn’t just an admin feature—it’s a strategic enabler for solution architects and developers building on Power Platform....

4 days ago

Power Platform admin center – Unlock customer managed key environments by restoring access to the key vault

We are announcing the ability to re-enable locked customer managed key environments in Power Platform admin center. This public preview featur...

8 days ago

Dynamics 365, Power Platform & Copilot 2025 Release Wave 2 Overview

With Microsoft’s upcoming October 2025 updates announced, we highlight the more interesting changes and new features. As with the Wave 1 relea...

9 days ago
Stay up to date with latest Microsoft Dynamics 365 and Power Platform news!
* Yes, I agree to the privacy policy