Skip to content

Commit ff63ee4

Browse files
authored
Update use-change-tracking-synchronize-data-external-systems.md
added statement on oob tables that changetracking is on by default and the query to obtain the list
1 parent 90091cf commit ff63ee4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

powerapps-docs/developer/data-platform/use-change-tracking-synchronize-data-external-systems.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ There are two ways to check whether change tracking is enabled for a table using
3838
```http
3939
GET [Organization URI]/api/data/v9.2/EntityDefinitions?$select=SchemaName&$filter=ChangeTrackingEnabled eq true
4040
```
41+
There is a set of system/out-of-the-box tables that is shipped with change tracking enabled, example Audit. You can use the following query to see the full list:
42+
```http
43+
GET [Organization URI]/api/data/v9.2/EntityDefinitions?$select=SchemaName&$filter=ChangeTrackingEnabled eq true and IsCustomEntity eq false&$select=LogicalName
44+
```
4145

4246
More information: [Query table definitions using the Web API](webapi/query-metadata-web-api.md)
4347

0 commit comments

Comments
 (0)