Change tracking through AIFChangeTrackingTable in X++
Change tracking through AIFChangeTrackingTable in x++ This document demonstrates how to get changes done in tables through data entity. You need changed records from multiple tables and save those records in our custom table. For this, you need to create a data entity containing the tables, views or query to include required tables. Then, Navigate to Modules -> System Administration -> Data Management. Click on Data Entities Search for your entity . Then click the three dots on action pane and select Change tracking . It will show three options, select enable custom query . After selecting the option, you will get these Infolog messages and change tracking will be changed to custom. This is needed to functionally enable the change tracking for required entity. The requirement is to get the records that are created or modified in actual tables. For this you have to create a query same as data entity and with calling AIF change tracking ...