You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to identify records that have been deleted in the CRM so I can remove them from our local database.
I think the answer may be in Advanced OData usage using OData\Client::getHttpClient() and accessing access the change tracking feature of Dynamics.
Would anyone have an example code for returning this information from Dynamics using the web-api-toolkit to give me a starting point with calling the odata\client from Alexacrm.
Many Thanks
The text was updated successfully, but these errors were encountered:
@smartinsight-at if you're looking to use change tracking, you definitely would need to use OData client. As for the OData parameters, well, they are standard OData parameters as documented in OData specs or Web API documentation. The parameters can be passed into getList via options. That includes OData options like $select, $filter, etc as well as Prefer header that would need to include odata.track-changes as documented
I am trying to identify records that have been deleted in the CRM so I can remove them from our local database.
I think the answer may be in Advanced OData usage using OData\Client::getHttpClient() and accessing access the change tracking feature of Dynamics.
Would anyone have an example code for returning this information from Dynamics using the web-api-toolkit to give me a starting point with calling the odata\client from Alexacrm.
Many Thanks
The text was updated successfully, but these errors were encountered: