SK SKYVVA Documentation

9. CDD and CDT Scheduler.

CDC is made up of two components, the CDD and the CDT. CDC stands for Change Data Detection and CDT is stands for Change Data Transfer. These two components have different functionality. CDD is a scheduler that is running to call batch Apex in order to collect data change and save all those data into Change Pointer Object. CDT is another scheduler that is running to collect the records from the Change Pointer Object and sent to the external System such as SAP … etc. The Schedule will execute callout as a parallel of future, queueable, batch based on priority, integration resource, and interface group type (EO/EOIO). Change Data Detection Scheduler:- With CDD, you can detect all the changed data in Salesforce to any external system. CDD is a scheduler that is running to call batch Apex in order to collect data change and save all those data into the Change Pointer table. Change Data Transfer Scheduler:- CDT is another scheduler that is running to collect the records from the Change Pointer Object and sent to the external System such as SAP… etc. The Schedule will execute callout as the parallel of future, queueable, batch based on priority, integration resource, and interface group type (EO/EOIO). CDD and CDT Scheduler is located on three different pages

CDC Control Board: CDC Control Board is a dashboard where we can monitor Change Pointer, Interfaces, and Scheduler. Each tab holds different functionality. Change Pointer is a table that stores change pointer records. So we can monitor them on Change Pointer table in CDC Control Board rather than on the Integration Admin tab. This withal applies for Interfaces and Schedulers tab.

 Scheduled CDD

Step5: Monitoring CDD

-Integration name

Schedule CDT

Integration Detail Page

Integration Admin Tab

Open this article in the interactive viewer →