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,