Announcements
Hi Everyone,
I have created one custom data entity for Production orders.
And I will be setting up incremental push by enabling change tracking query.
The requirement is, I need to export the order only when the status gets changed to Started.
How it can be achieved? If I enable change tracking on primary table, then whenever I am doing RAF, qty will get updated on ProdTable which will ultimately hit the change tracking and it will export the order.
Is it possible to add change tracking only on one single field of ProdTable? If I overrider defaultCT query method and just keep single field in query, will it work?
Looking forward to hear your advise.
Thank you in advance,
HI Rhushikesh,
You can evaluate to create a custom query for change tracking for the customized entity that you have created.
Please check the following post for more info:
community.dynamics.com/.../data-entities-custom-query-change-tracking
Generally, you can activate change tracking for entities on Primay table, Entire entity and custom query
Please check the following post on Microsoft docs for more info:
André Arnaud de Cal...
294,081
Super User 2025 Season 1
Martin Dráb
232,860
Most Valuable Professional
nmaenpaa
101,158
Moderator