Change Tracking for Data Entities in D365 Operations
Introduction:
In this blog article, we will see how we can track changes in data made since last export using Data Entities in D365 Operations. It is basically an SQL Change Tracking feature.
Steps:
- Go to Data Management -> Data Entities.
- Select the Entity for which you want to enable Change Tracking.
- In the Action Pane, go to Change Tracking. There are 3 options:
- Enable primary table – It will only track changes made on root table.
- Enable entire entity – It will enable tracking for all Writable Datasource used in the entities.
- Enable custom Query – You can create a custom query to track changes on the required tables.
You can also disable the change Tracking by clicking on ‘Disable Change Tracking’ option. You should be careful while enabling change tracking as it will require additional processing for maintaining data for changed records.
Related posts:
Advanced & Auto Bank Reconciliation in Dynamics 365 Finance
How to create and add/attach a custom activity-type entity to an existing entity in Dynamics 365 CRM
How to add an Entity and fields in Global Search On Dynamics 365 CRM
How to create a SharePoint site and enable Server-Based SharePoint Integration for Document Manageme...