What's in this page:

Issue Description


Some users have reported that tickets that have been deleted in ConnectWise Manage still appear in their widgets, and the number of tickets in their NextTicket for ConnectWise Manager application is higher than expected.

Issue Cause


After investigation, we found that these abnormalities are caused by previously deleted tickets that were not purged from Integrations completely..

MSPbots uses incremental updates, retrieving only cumulative updates like ticket status changes, server offline events, and new time records for technicians.

For APIs that do not support data deletion notification, no notification is sent when a ticket is deleted or updated in the database. Therefore, the system cannot determine which tickets have been deleted or updated, and as a result, you may continue to encounter deleted ticket information or an excessive number of tickets in the MSPbots and NextTicket applications.

Why doesn't MSPbots use a complete data synchronization process to automatically update ticket information and avoid this situation?

MSPbots also has other APIs that utilize a complete synchronization method. However, for this issue, we are currently unable to perform a complete data synchronization. This is because it would increase the risk of API rate limiting. At the moment, we can handle a large amount of API data more efficiently through an incremental data synchronization process, which does not include deleting data.

Applications and Required Permissions


Users of the ConnectWise Manage app may encounter this issue. Only administrators can use the API Tool feature to manually delete data that have been removed in ConnectWise Manage integrations.

How to Fix the Issue of Deleted Data in ConnectWise Manage


Related Topics