SK SKYVVA Documentation

115. How to run inbound interface through the manually and scheduler?

Introduction

The manual interface execution is a new feature that allows the user to process the interface manually. To use this function need to connect to a database adapter such as an SQL server, Oracle, My SQL Server, etc... We have the SQL statement inside the interface in the new "databaseQuery__c" filed. [su_box title="Note" box_color="#2a8af0" title_color="#000000"]Manual processing can only use with inbound database processing. We don't need this function for file, Kafka, or Pulsar. Therefore, they have a consumer for inbound interface already. If the interfaces bind into the interface group, it will be possible to process it with the file adapter.[/su_box]

Pe-required

How to do manually data using an inbound Interface?

Step1: Create integration and connection destination

Step 2: Creating adapter in the Agent control board

Step 3: Generate message type from the database

[su_box title="Note" box_color="#2a8af0" title_color="#000000"] For Insert operation, we have a template for generating message type for a single table

Step 4: Create an inbound interface

Step5: Do manual process button

How to run the inbound interface using the scheduler?

In this case, we need the scheduler to synchronize data from the database into salesforce. Step1: Create an inbound interface and link message type to the interface

Step 2: Run scheduler

Note: If the machine has small memory, We should not set the time for running every 1 minute because it will block another job. You have to run every 5 or 10 minutes or more is a good recommendation.

Open this article in the interactive viewer →