SK SKYVVA Documentation

3. Enhancement

Enhancement: Support Dynamic External ID Generation Using Formulas

In previous versions, Skyvva did not support dynamic External ID generation using formulas for inbound processing. As a result, the following error message was returned: 'Using formula to build the External ID is not supported for CSV data processing'. This has now been enhanced to support External ID generation using formulas.

Enhancement: Inbound Processing Supports CSV Files Without Headers

In previous versions, inbound processing did not support the CSV payload without headers. This has now been enhanced to support the CSV payload without headers. To use this feature, users must define a Message Type, and the header structure will be determined based on the Sequence__c field of MsgTypeFieldEntry__c.

Enhanced To GET Response While Request Asynchronous For SAP ERP Adapter

Previously, the SAP ERP Adapter used asynchronous mode for outbound request processing and did not support inbound responses. This has now been enhanced to support inbound responses while processing in asynchronous mode. The Skyvva now creates a response message with a 'Pending' status and waits for a response from the SAP ERP system.

Enhancement: Add Optional Separator Parameter to GETVALUEBYINDEX() Formula

An optional separator parameter has been introduced to the GETVALUEBYINDEX(text, index [, separator]) formula, allowing greater flexibility when parsing text values. The function returns the value at the specified index (0 to n-1) from a collection. If a separator is not provided, the default separator ";" is used.
Open this article in the interactive viewer →