SK SKYVVA Documentation

129. How to run the outbound interface through the manually or scheduler?

Introduction

This tutorial will explain to you how to do manual and run scheduler outbound processing. Manual outbound processing is a manual process button on the interface tab in an Agent control board. We can use it instead of executing the InvokecalloutV3 apex code. For example, when the user selects fives interfaces, we are executing the interfaces in random order. There is no sequence to follow. You can do the manual processing on the outbound interface of the new agent. To use this function, you need to select the "Manually select the sObject using the Query Builder or Use the SOQL statement interface to select the sObject" option. For example, you use the "Manually select the sObject the Query Builder" option, you will able to query record base on the query builder. You will able to select the records from the execute query result to processing the callout. If, you use the "SOQL statement on the interface to selects the sObject" option. You can select the record from the SOQL Query for the filter sObject base on record id. Pre-require:

Step1: Integration and connection destination

Step2: Create an adapter in the agent control board

Fill all required field

Step2: Create or upload message type

This case Use the SOQL statement on the interface to select the sObject Step1: Go to Integration detail

Input select statement into Filter Query's field.

Step2: Agent Control Board

choose one interface and click the manual process button.

This case do Manually select the sObject using the query builder Step1: Go to integration detail

Step2: Agent Control board

How to run an outbound interface using the scheduler?

In this case, We need the scheduler to callout data from salesforce to the external system. Create integration as the first case Step1: Create an outbound interface and link message type into the interface

Step2: Run scheduler

Open this article in the interactive viewer →