SK SKYVVA Documentation

2. Create and delete an Interface

Create an inbound interface

There are three different categories of interface technology we support: Synchronous and real-time (synchronous), batch (asynchronous), bulk (asynchronous). When the interface is running, messages will be created. Here we will see how to create an interface for different use cases. The different use case we support are:

Synchronous and real-time synchronous

To create the synchronous and real-time synchronous interface, you have to follow the following steps:

Batch (Asynchronous)

We can use Batch Mode when we want to upload more amount of data. Records should be more than 200 but less than 5000, Its capacity is more than Synchronous and real-time. Then we can prefer to use Batch Mode.

The bulk (Asynchronous)

Bulk Mode is using when there is a mass amount of data you would like to upload. It should be larger than the Batch mode. Then we can prefer to use Bulk Mode.

Creating an outbound interface

The process of creating an outbound interface is similar to an inbound interface, except the direction type that is supposed to be Outbound. To create an outbound interface, there some steps to be the following:

CDC

CDC can provide an ability to record all data changes you create on any business object. It will be automatically pushed to your external system at any time you scheduled. When you checkbox the flag it's mean that you activate CDC. This flag is used to activate both CDT and CDD “Use SKYVVA Outbound Scheduler”.

Creating and linking the hierarchical interface

The hierarchical interface is interface arrange in order. Interfaces rank according to levels of importance in structure. For example, the Account interface is the parent’s contact interface because of Contact inherited External ID from Account. One more thing, one Account can store many Contacts, but one Contact cannot store many Accounts. To create the hierarchical interface you must have two single interfaces. Link 2 interfaces each other so we need to create a formula on interface contact. Please click Integration Tab->integration name->click interface Name on integration level->Cross down to Mapping Section->Tick on Formula->Click on field that tick Formula. The formula on Contact:

Write Expression: VLOOKUP (Account, id, Name, Name) The Expression means we find Account that has External id on Target Account name is Name and mapping on Source Account name is Name.

[su_box title="Note" box_color="#2a8af0" title_color="#000000"]You need to load data Account first because Contact need to check External ID on Account. If you do not do this, it cannot link to Account[/su_box]

Delete an interface

Delete an interface is not hard at all, you just need to click on Delete, which located beside each interface.

Open this article in the interactive viewer →