Tutorials

  1. Home
  2. Tutorials

Tutorials

[add-search-inside]

Skyvva is a commercial software integration product that facilitates data integration. It is s a client application for the bulk import or export of data. SKYVVA´s Dataloader is a native Salesforce App and is designed to integrate data supporting CSV/XML format via a manual file upload. It is simple, intuitive and powerful to built integration in minutes. It is a Config&Click graphical mapping tool.

Required Tools: 
  1. Salesforce Organisation.
  2. Agent application.
  3. SoapUI application
  4. Postman

Here Tutorials are guided learning paths through projects that help you cover the most ground in the shortest amount of time.

Basic of Skyvva:

Learn about the Salesforce developer org.

– Enter the given link in browser: https://developer.salesforce.com/signup

–  Enter your contact information.

–  Enter a unique username.

– Submit the form, and wait for your welcome email.

– In the welcome email, click the link to set your password.

 

Learn about the Installation of Skyvva how to install.

The purpose is to introduce the product or component to be installed. This guide covers the installation of the system and its related components like domain creation and updates Skyvva license key. We can get an installation link from the release note.

–  How to install SKYVVA Integration Suite?

Learn about the Integration and how to create.

This is the first step and the basic to understand the concept of the SKYVVA integration Cloud. It describes the main SKYVVA object called “Integration”. SKYVVA integration is such a concept to create a container or folder to keep related interface together. So here Integration is a logical folder or group to hold interfaces belonging to the same business context.

–  What is an integration and how to create it?

Learn about the Interface and how to use.

The interface is the second main object in SKYVVA after the integration. Interface describes the structure of data to exchange between Salesforce and other applications. We have two types of Interface:

  1. Inbound Interface
  2. Outbound Interface

–  What is an interface and how to create it?

Learn about Skyvva mapping and how to use skyvva mapping tool.

SKYVVA’s Mapping tool is a tool to map other system object and field with SFDC object field. Here we will map source fields with target object fields. Source fields are nothing but our Istructure.

– How to use mapping?

– How to use formulas in mapping?

Learn about Skyvva Dataloader and how to upload data manually.

SKYVVA´s Dataloader is designed to integrate data supporting CSV/XML format via a manual file upload. Skyvva data loader use to upsert, insert, update, delete, or export Salesforce records.

– How to upload Account Data using Data Loader?

– How to import flat XML file?

Learn about Message Monitoring and how to use the message board.

Message Monitoring is used to check the integration result after processing the Inbound or Outbound interface. The integration result includes Pending, Failed, Completed, Cancelled status and the reason why it failed.  Additionally, we can know the real Sobject is integrated successfully with completed status.

– What is Message Monitoring?

Learn about Message reprocessing and how to Reprocess fail and pending message.

Fail or pending message can be reprocessed by manually or automatically. Automatic reprocessing is done by the “MessageReprocess” job.

– How to use message reprocessing?

– How to use message reprocessing per integration?

Learn about Message type and how to create message type with different file formats?

The message type is a structure definition that is stored in the Repository. We can manually create a free defined message type or create it by uploading file functionality. The message type can be resided in a WSDL, in SAP IDoc, SAP Bapi, etc… It can be stored in a file in CSV, XML, JSON,  or other formats.

– How to create free defined message type?

– How to create message type, for example: using WSDL or XSD…?

– How to create message type from different file format as xsd, json schema, wsdl 1.1 & 2.0, swagger 2.0 and openAPI 3.x?

– How to process message type based Interface?

Learn about Hierarchical data import and how to create parent-child interface. 

To arrange interfaces in order means hierarchical interface. It is a structure in which interfaces are ranked according to levels of importance. In hierarchical Interfaces, one interface is a  parent’s of another interface. It means that the child interface inherited External ID from its parent’s interface. For example, the Account interface is the parent’s contact interface because of Contact inherited External ID from Account.

– How to create hierarchical interface using VLOOKUP

– How to create hierarchical interface using Foreign Key?

– How to use tree mapping concept to create hierarchical interfaces?

– How to import hierarchical xml file?

– How to upload account, contact and asset data in a CSV file in a step according to Salesforce?

 

Advance of Skyvva

Learn about Skyvva workflow and how to use the formula in workflow.

Skyvva workflow rule define Rule and Condition based processing for interfaces. It controls the flow of interface processing with conditions. Workflow is used to push the database on condition, and the condition bases on Interfaces.

– How to use workflow?

– How to use formulas in workflows?

– What is the Workflow transaction and how to use it?

– What is new in workflow with the Spring ’19 release

Learn about Batch processing and how to use batch control board.

Batch Control Board is a place where you can monitor Inbound Processing, Interfaces, Queues and Schedulers. Each tab holds a different function. Batch Control Board is using for mass data which is more than 5000.

– How to use Batch Control Board?

– How to use batch processing for inbound interfaces?

 How to speed up batch processing?

Learn about Bulk processing and how to use bulk control board.

Bulk Control Board is a place where you can monitor Inbound Processing, Interfaces, and Schedulers. These tabs are using for bulk processing performance. Bulk Control Board is using for mass data. SKYVVA Bulk Interface Processing is an interface uses for running bulk attachments. When you have any data, using Bulk Interface Processing is necessary (over 5000 records).

– How to use Bulk Control Board

– How to use bulk processing for inbound interfaces?

– What is the difference between the bulk mode supported in Skyvva?

– SKYVVA bulk interface processing

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

Learn about different mode supported for inbound processing

SKYVVA provide a different mode  for inbound processing. Using this variety of modes we can integrate all kinds of data into salesforce. You can integrate data in different modes including Synchronous, Asynchronous, Batch Processing, Bulk Processing(SKYVVA Bulk and SFDC Bulk), and Automatic switch.

Learn about Skyva Adapter and how to use Skyvva adapter.

An adapter is a device for connecting pieces of equipment that cannot connect directly. We can use an adapter to transfer data to the external system. It provides the interface between a computer and a network connection. Skyvva provide different type of adapters. For example, File Adapter ( CSV, Excel, XML), JDBC Adapter (ORACLE, SQLServer, MySQL, MsAcess), FTP/SFTP Adapter, HTTP, EMAIL, SFDATALOADER, SAP-R/3, SFDC2SAPPI, Data Loader, REST, Soap, Force2Force Adapter.

– How to use JDBC adapter?

– How to use file and ftp/sftp adapter?

– How to use eMail adapter?

– How to use HTTP adapter?

 How to create SOAP interface using the SOAP adapter?

– How to create REST interface using REST adapter?

– How to use Mule skyvva adapter?

– How to use the REST adapter to consume Google API?

Learn about CDC processing and how to use the CDC control board.

CDC Control Board is a place where you can monitor Change Pointer, Interfaces and Scheduler. These taps added to make thing easier for you and they have a different function. we use this CDC processing for the outbound interface. CDC is made up of two components, the CDD, and the CDT. CDC stands for Change Data Detection and CDT is stand for Change Data Transfer. These two components have different functionality.

 How to use CDC Control Board?

– What is CDC and how to configure it?

– How to create change record using Process Builder?

Learn about real-time outbound processing and how to create it.

Real-time outbound interface we can do in different way i.e Using a button, Using trigger, Using the process builder. This feature use our invokeCallout2() method. This method support   SAP, SAP-PI, SAP-R/3, SFDC2SAPPI, SOAP, REST adapter types. The response could be a text of JSON, XML, List<Map<String, String>> based on given flag parameters in CallOutControl and Apex of each adapter handle setting when executing callout.

– How to build real-time outbound interface?

– How to do invoke callout using Queueable mode?

– How to do invoke callout by using Auto mode?

Learn about SKYVVA Scheduler and how to use it.

SKYVVA Schedulers is a program that starts and handles job automatically. Each scheduler has a different purpose. These functions include Agent Scheduler, Basket Processing Scheduler, Bulk Processing Scheduler, CDD&CDT Scheduler, doMaintenance Scheduler, Message Reprocessing Scheduler, Basket Reprocessing Scheduler, and Checker Scheduler.

– Overview of SKYVVA Scheduler

Learn about SKYVVA soap and rest api and how to use it.

SOAP-based APIs are designed to create, recover, update and delete records like accounts, passwords, leads, and custom objects. REST is basically an architectural style of the web services that work as a channel of communication between different computers or systems on the internet

 Overview of SKYVVA soap and rest api

Learn about interface group and how to use it

Interface group is a unit to group logical interfaces together. For example, you can group interfaces which are related to each other e.g. Account and Contact to one interface group. Interface group is the object user define at configuration time.

– What is an interface group and in which case is it used?

– How to use the CDD and CDT with the different scheduler per integration, per interface group and per interface?

– How to use the Message Reprocessing scheduler per integration, per interface group and per interface?

Learn about queues and how to use it

Queue is a dynamic object, which created automatically based on the interface group. You have to remember if you do not define an interface group SKYVVA will create a default interface group with the name “skyvva_DefaultIG”. Each interface group will be created queues.

–  What are queues and where is it used?

Artikel

Fandest du diesen Artikel hilfreich? Ja Nein

Wie können wir helfen?