Skip to main content
Answer

Issue while using ISync Token For Company CallLogs Sync

  • January 30, 2023
  • 1 reply
  • 215 views

I am using company call logs sync api to get all the callLogs and storing them in a table. Sometimes I am getting exception because the table schema requires every session Id to be unique but callLog of same session Id is being retrieved occasionally. I am using latest Isync token for every api call.

Best answer by PhongVu

Session id is a unique id for each call record.

There are some scenario where a call record is updated several times and the sync is just updating the same record. You can just update the row if the session id is existing in the table.

If you suspect that the data is not an update data, please open a dev support ticket and provide the data so someone can investigate it.

1 reply

PhongVu
Community Manager
Forum|alt.badge.img
  • Community Manager
  • Answer
  • January 30, 2023

Session id is a unique id for each call record.

There are some scenario where a call record is updated several times and the sync is just updating the same record. You can just update the row if the session id is existing in the table.

If you suspect that the data is not an update data, please open a dev support ticket and provide the data so someone can investigate it.