Solved

Issue while using ISync Token For Company CallLogs Sync

  • 30 January 2023
  • 1 reply
  • 169 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.

icon

Best answer by Phong1426275020 30 January 2023, 20:35

View original

1 reply

Userlevel 1

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.

Reply