SK SKYVVA Documentation

1. How to use Data capture functionality Process Builder with Agent?

[su_box title="Note" box_color="#2a8af0" title_color="#000000"]A Process Builder is a notification that Salesforce sends when a change to a Salesforce records/fields appear as part of a Create, update, delete, or undelete operation.[/su_box]

Learning Objectives

A Change Data Capture event, or change event, is a notification that Salesforce sends when a change to a Salesforce record occurs as part of a Create, update, delete, or undelete operation. User has to create Account in SalesForce, it should trigger an event and send this Account Information to MS SQL Server DB of our organization. Once it's inserted in our SQL DB, it will create particular AccountID and give it back to SalesForce. The notification includes all new and changed fields and header fields that contain information about the change.

Introduction

The reason users need to accomplice this is our Account creation process used to start from Our own SKYVVA product so it was creating AccountID (Auto Generated) from DB and used from Primary identification for Account across the system. Now we want to create Account from SalesForce but need to keep AccountId generated from SQL DB. For example, header fields indicate the type of change that triggered the event and the origin of the change. Change events support all custom objects and a subset of standard objects.

How to use Process Builder with Agent?

The user has to experienced how SKYVVA Change Events to synchronize changes to the Salesforce records in your SQL server Db Management system. SKYVVA can Change/Update events the same way you subscribe to other events. Users can use Process Builder. CometD is a messaging library that enables listening to events through long polling and simulates push technology. Go to Salesforce Org.

Go to Microsoft SQL Server Management Studio –  Download Microsoft SQL Server Management Studio...

Connect to Server

Now go to Salesforce Click on Adapter Tab

Now go to the Agent and Select your Integration which you just created

Now see Interface Source Definition

Go to Salesforce Org and click on Message Monitoring

Open SQL Server Now

Now try to Change/Update on Salesforce Org.

Open this article in the interactive viewer →