SK SKYVVA Documentation

1. How to use the CDD and CDT with the different scheduler per integration, per interface group and per interface?

Learning Objective :- This unit Describes:-

1. What is Change Data Control (CDC)?

With CDC we provide an ability to record all data changes you create on any business object. It will be automatically push to your external system at any time you scheduled. In comparison to the streaming API, you can overcome the limit of sending changes record by record. Here we can bulk and collect changes to be callout in packages meaning that you leverage the best usage of your Salesforce resources. Don't disturb your online business user while operation hours. Use CDC Scheduler to schedule data changes to be send out at a time. CDC is made up of two components, the CDD and the CDT. CDC is stand for Change Data Detection and CDT is stand for Change Data Transfer. These two components has different functionality. CDD is a scheduler which 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 which is running to collect the records from the Change Pointer Object and sent to the external System such as SAP … etc. The Schedule will executes callout as parallel of future, queueable, batch based on priority, integration resource and interface group type (EO/EOIO).

2. How to use the CDD and CDT with the different scheduler?

We can use the CDD and CDT with the different schedulers per integration, per interface group and per interface. The process is given below:-

(#article/how-to-use-cdc-control-board)

1. Run CDD Per Integration Scheduler:- (As shown in the picture given below)

* NOTE:-

2. Run CDT Per Interface Scheduler:- (As shown in the picture given below)

Clicks on Setup -> Jobs -> Apex Jobs Enter Apex Jobs Monitoring to see CDT workers:

As a Result:  Checks Message Monitoring Board:-

* NOTE:-

Open this article in the interactive viewer →