SK SKYVVA Documentation

1. What is the Auto-Switch mode and when to use it?

Learning Objectives

After completing this unit, you’ll be able to:

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 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, Interface will run in Normal Mode.

If the number of records (Data) > Integrate Max Size 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, 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 integrate from other systems? 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:

How to monitor the result? As we know, the number of records will define how SKYVVA Integration can integrate. You can monitor the result depend on the value of the record you define.

How to monitor in Message Monitoring Board? Login to Salesforce and enter Integration => Message Monitoring Board tab => Select Interface Name => click search button

Open this article in the interactive viewer →