Skip to content
  • Blog
  • Docs
  • Documentation
  • Imprint
SKYVVA Integration App – Documentation
SKYVVA Integration App - Documentation
  • Documentation
  • Zurück zur Webseite
  • Back to website
SKYVVA Integration App – Documentation
SKYVVA Integration App - Documentation
Popular Search how tohow to useagenthowdatarestformulacustombatchstore

SAP PI/PO Adapter

Tutorials (Lightning)

Agent Old Administration Guide

SAP Release Notes

Agent Release Notes

  • Agent V3.0.0
    • Main Release Note 3.0.0
      • 1. New Feature
    • Main Release Note 3.1.0
      • 1. New Feature
      • Patch Release Note 3.01.01
        • 1. New Feature
      • Patch Release Note 3.01.02
        • 1. New Feature
      • Patch Release Note 3.01.03
        • 1. New Feature
        • 2. Bug Fixed
    • Main Release Note 3.04
      • 1. New Feature
      • 2. Bug Fixed
      • Patch Release Note 3.04.01
        • 1. Bug Fixed
      • Patch Release Note 3.04.02
        • 1. New Feature
        • 2. Bug Fixed
      • Patch Release Note 3.04.03
        • 1. New Feature
        • 2. Bug Fixed
      • Patch Release Note 3.04.05
        • 1. New Feature
        • 2. Bug Fixed
    • Main Release Note 3.05
      • 1. Bug Fixed
      • Patch Release Note 3.05.01
        • 1. New Feature
      • Patch Release Note 3.05.02
        • 1. Bug Fixed
      • Patch Release Note 3.05.03
        • 1. New Feature
      • Patch Release Note 3.05.04
        • 2. Bug Fixed
        • 1. New Feature
      • Patch Release Note 3.05.05
        • 2. Bug Fixed
        • 1. New Feature
      • Patch Release Note 3.05.06
        • 2. Bug Fixed
        • 1. New Feature
      • Patch Release Note 3.05.07
        • 1. Download Link
        • 2. Enhancement
        • 3. Bug Fixed
      • Patch Release Note 3.05.08
        • 1. Download Link
        • 2. Bug Fixed
      • Patch Release Note 3.05.09
        • 1. Download Link
        • 2. Bug Fixed
      • Patch Release Note 3.05.10
        • 1. Download Link
        • 2. Bug Fixed
      • Patch Release Note 3.05.11
        • 1. Download Link
        • 2. Bug Fixed
      • Patch Release Note 3.05.12
        • 1. Download Link
        • 2. Bug Fixed
      • Patch Release Note 3.05.13
        • 1. Download Link
        • 2. Info
        • 3. Enhancement
        • 4. Bug Fixed
      • Patch Release Note 3.05.14
        • 1. Download Link
        • 2. Enhancement
        • 3. Bug Fixed
    • Main Release Note 3.06
      • 1. Download Link
      • 2. Warning
      • 3. New Feature
      • Patch Release Note 3.06.01
        • 1. Download Link
        • 2. New Feature
        • 3. Enhancement
        • 4. Bug Fixed
      • Patch Release Note 3.06.02
        • 1. Download Link
        • 2. Info
        • 3. Warning
        • 4. Enhancement
        • 5. Bug Fixed
      • Patch Release Note 3.06.03
        • 1. Download Link
        • 2. Warning
        • 3. Feature
        • 4. Enhancement
        • 5. Bug Fixed
      • Patch Release Note 3.06.04
        • 1. Download Link
        • 2. Enhancement
        • 3. Bug Fixed
      • Patch Release Note 3.06.05
        • 1. Installation Link
        • 2. Bug Fixed
  • Agent V1.52
    • Main Release Note 1.52
      • 1. New Feature
      • 2. Bug Fixed
  • Agent V1.51
    • Main Release Note 1.51
      • — Info —
      • 1. New Feature
      • 2. Bug Fixed
    • Patch Release Note 1.51.1
      • 1. BUG FIXED
    • Patch Release Note 1.51.2
      • 1. Bug Fixed
    • Patch Release Note 1.51.3
      • 1. Bug Fixed
    • Patch Release Note 1.51.4
      • 1. Bug Fixed
    • Patch Release Note 1.51.5
      • 2. Bug Fixed
      • 1. New Features
    • Patch Release Note 1.51.6
      • 1. Bug Fixed
    • Patch Release Note 1.51.7
      • 1. Bug Fixed
    • Patch Release Note 1.51.8
      • 1. Bug Fixed
    • Patch Release Note 1.51.9
      • 1. Bug Fixed
    • Patch Release Note 1.51.10
      • 1. Bug Fixed
    • Patch Release Note 1.51.11
      • 1. Bug Fixed
    • Patch Release Note 1.51.12
      • 1. Bug Fixed
    • Patch Release Note 1.51.13
      • 1. Bug Fixed
    • Patch Release Note 1.51.14
      • 1. Bug Fixed
  • Agent V1.50
    • Main Release Note 1.50
      • 2. Bug Fixed
      • 1. Features
  • Agent V1.49
    • Main Release Note 1.49
      • 2. Bug Fixed
      • 1. Features
  • Agent V1.48
    • Main Release Note 1.48
      • 2. Bug Fixed
      • 1. Features
  • Agent V1.47
    • Main Release Note 1.47
      • 1. Features
      • 2. Bug Fixed

Agent - New Administration Guide

SAP CPI Adapter

SKYVVA Administration Guide (Lightning)

SKYVVA Release Notes

SAP/ERP | S4/HANA (Latest Version) Adapter

SAP-ERP (Old Version) Adapter

Mule Adapter

Migration from SAP-PO SOAP Skyvva connector to REST connector module

View Categories
  • Home
  • Documentation
  • Agent Release Notes
  • Agent V1.50
  • Main Release Note 1.50

1. Features

Handle Response Interface after Executing a Stored-Procedure with data returned in SQLServer #

The agent can handle the response Interface after Executing a stored procedure with SQLServer. For inbound we use stored procedure to read data from the database and push it to SKYVVA and for outbound, we read data from salesforce and pass it to the stored procedure so the stored procedure can do business logic with that data.

  • Inbound scenario: We use stored procedures to read data from the database and push it to SKYVVA.
  • Outbound scenario: We read data from Salesforce and pass it to the stored procedure. The stored procedure can do business logic with that data.
  • SQLServer procedure inbound/outbound with Agent Inbound we use stored procedure to read data from the SQLServer database and do the integration. Outbound we read data from salesforce and pass it to SQLServer stored procedure so the stored procedure can do business logic with that data.

Handle Response Inbound Interface for file adapter #

As per the feature, the user experienced updating a sObject after exporting data from SF.
This feature experiences to handle a response interface to update the SObject. But for the file adapter, we don’t know what data should return back unlike the JDBC adapter which we return data via a stored procedure. So the idea is just to return back only the ID of SObject and another field we will use the formula in the mapping tool to set its value.

Sort file based on CreateDate/filename with ASC/DES #

An agent can process an order by file name ascending with an old version. And now we have a new feature it can support CreateDate or FileName with ascending or descending. The agent uses adapter properties to store configuration with an adapter-type File.

Support Integration InboundV3 with bulk mode #

  • The agent can send Hierarchical XML data to salesforce in real-time the data into the Salesforce database immediately after the agent sends it.
  • Now we support function processing with Agent to send Hierarchical XML data to store in Bulk Control board, with InboundV3 Integration.
  • All data will be stored in the Bulk control board after agents send data with InboundV3 Integration.

Restart Agent Service from Agent Control Board #

Support integrate per InterfaceGroup #

Support outbound using MessageType for the JDBC adapter #

Enhance InboundV3 to support File, FTP, and JDBC adapter #

Change SObject for Updating LastNext_RunDate to avoid the issue that unable to lock row while updating interface at the same time (supports Skyvva v2.45) #

Pushing log file to Salesforce via using Agent Control board #

Creating CA-Signed certificate for Agent Service (https) #

Share This Article :

  • Facebook
  • X
  • LinkedIn
2. Bug Fixed2. Bug Fixed
Table of Contents
  • Handle Response Interface after Executing a Stored-Procedure with data returned in SQLServer
  • Handle Response Inbound Interface for file adapter
  • Sort file based on CreateDate/filename with ASC/DES
  • Support Integration InboundV3 with bulk mode
  • Restart Agent Service from Agent Control Board
  • Support integrate per InterfaceGroup
  • Support outbound using MessageType for the JDBC adapter
  • Enhance InboundV3 to support File, FTP, and JDBC adapter
  • Change SObject for Updating LastNext_RunDate to avoid the issue that unable to lock row while updating interface at the same time (supports Skyvva v2.45)
  • Pushing log file to Salesforce via using Agent Control board
  • Creating CA-Signed certificate for Agent Service (https)

Copyright © 2026 | Apsara Consulting GmbH | All rights reserved

  • Imprint
  • Zurück zur Apsara Webseite
  • Back to Apsara website