Question

iSync creating duplicate records.

  • 28 April 2020
  • 2 replies
  • 334 views

We are using iSync to update the latest messaging records in our CRM. We are noticing that the latest record is being included on the next iSync which is causing duplicated to be created in our CRM. How do we prevent this from happening?


2 replies

Userlevel 1

How do you implement it and how often you see duplicated records?

We're seeing something similar to this for CompanyCallLogRecords. Our steps are:

  1. Do an Fsync call
  2. Store the syncToken
  3. Do an ISync call with the syncToken from step 2 (or 4)
  4. Store the syncToken
  5. Repeat step 3,4 every minute

When a new call is available, it is returned by the next two ISync calls (just low level test data currently).

Are we missing something?

Reply