Hi,
Currently we have a job that will retrieve all activities from our source database(sql server tables) and from dynamics(using Kingsway soft CRM source editor) and put it in to staging tables and compare both the data and then only the incremental data will be pushed from source sql server table to dynamics 365. This process runs daily, we have enabled change tracking for activities in dynamics 365 so that we are using input token and output token to retrieve only incremental data from dynamics 365 when retrieving using crm source component editor, everything is working fine but when ever there are any upgrades to the dynamics the exiting tokens are getting expired and our jobs are failing, as the Kingsway soft crm source component when retrieving from dynamics using the token it is erroring out saying "tokens are expired".
I would like to know is there any way we can check the existing tokens in the dynamics are valid or not using kings way soft crm source component or any other possible way.
Any kind of hep is appreciated.