Hello,
I have an APP downloading updated data from the CRM entities. It uses delta tokens to incrementaly download changes in the entities.
Howerver sometimes last week the API stopped returning some properties, even thought it is requested in the URL.
For example with this delta query URL:
https://<organization>.crm4.dynamics.com/api/data/v9.0/contacts?$select=jobtitle&$deltatoken=423891012!01/27/2025%2008:16:14
I get the job title property only for some entities. In the other entities, the property is not listed in the response object at all:
Before the last week, the property jobtile had always been there (although with the null value).
Has anything changed and the deltatoken query started behaving differently on purpose or is it a bug?
Thanks