SK SKYVVA Documentation

4.4 Auto-Switch mode.

Introduction

SKYVVA providing different data processing modes like immediately processing, Batch processing, Bulk processing modes. where Auto-Switch mode is a combination of all three modes. When data processing is in the auto-switch mode it means processing is based on the number of records and IntegrateMaxSize, IntegrateBatchMaxSize.

What is Auto-Switch mode?

Auto Switch Mode will push record to the correct API depend on the amount of record, this Auto SwithMode is a dependency with "Integrate Batch Max Size" and "Integrate Max Size" Auto-switch mode is a data processing mode provided by SKYVVA. When the auto-switch mode flag checked, It means that Agent automatic switch SKYVVA API based on the number of record and IntegrateMaxSize, IntegrateBatchMaxSize. And when the flag is unchecked it means that data is integrated into normal mode (no batch or bulk) no matter what is the size of records. Before configuring Auto-Switch Mode, you have to know about the parameters:

If the number of records (Data) <= Integrate Max Size(200), Interface will run in Normal Mode.

If the number of records (Data) > Integrate Max Size(5000) and the number of records (Data) <= Integrate Batch Max Size, Interface will run in Batch Mode.

If the number of records (Data) > Integrate Batch Max Size(5000), Interface will run in BULK Mode.

Pre-requisite

#### Configuration→How to use Auto-Switch mode?

We click on the 'Account Interface' link and see the Interface Details and scroll down to Runtime Configuration-Inbound section then checkbox on Use Auto-Switch Mode.

How to use Auto-Switch mode?

Assuming you already have created interface since this part will be the focus on integrating from Agent as an example. To integrate from Agent, please run Agent-UI and more steps as following:

Go to SKYVVA Agent configure with your Salesforce Org. Which is obvious

Go to your Salesforce Org.

Go to Agent

Go back to your Salesforce Org. Go to Integration Detail page

How to use Batch Control Board ?

  1. Click on Bulk Control Board
How to use Bulk Control Board ?

[su_box title="Note" box_color="#2a8af0" title_color="#000000"]Similarly, user can use both the Batch Control Board & Bulk Control Board feature[/su_box]

Open this article in the interactive viewer →