---
title: "Overview of all scheduled Inbound Data Sync"
canonical: "https://help.fieldbuddy.com/space/FBDOCS/2078310832/Overview%20of%20all%20scheduled%20Inbound%20Data%20Sync"
format: markdown
---
It is possible to monitor Scheduled Sync as it is essentially a Scheduled Job (more infor [https://help.salesforce.com/s/articleView?id=sf.code_schedule_batch_apex.htm&language=en_US&type=5](https://help.salesforce.com/s/articleView?id=sf.code_schedule_batch_apex.htm&language=en_US&type=5) ).

> ℹ️ It is possible to Change frequency on that page, but it is not recommended. It makes more sense to update CRON on Service Provider level, and re-schedule job from there

#### Steps

1. Go check if the scheduled job is running in Setup > Jobs > Scheduled Jobs. There should be the item named 'Inbound Data Sync' or FCSync:<lots of characters>. You can monitor when it will run and when the last run happened.
  
  1. In case its not in the list, the scheduler should be launched (read above chapter).
  2. In case its in the list, but its not working as expected continue to step 2.
2. Go to Setup > Jobs > Apex Jobs. That page contains all jobs that started. Search for the Job type: 'Batch Apex' and Apex class **FBCONNECT**.**cls_FBInboundBatchProcess** or **cls_FBInboundBatchProcess**.
  1. In case of an error, it will be displayed on this page.

![image](media://ea7b1f21-dfea-40a6-b7db-e4da28c1d9a6)