Hi,
I have a custom entity with change tracking activated (checked using the API method $metadata?annotations=true which shows the annotation "Org.OData.Capabilities.V1.ChangeTracking" with a "Supported" property value with "True").
But when I call a request with the header "Prefer: odata.track-changes", it doesn't show the deltalink.
The exact same request, but with entity "account", does return it.
Can someone tell me what is wrong please?
Thanks.