SK SKYVVA Documentation

2. Bug Fixed

Fixed Issue: Incorrect Order of Nodes and Fields in Generated JSON Payload

You may encounter a problem with the mapping order incorrect, leading to the generation of an incorrect JSON payload. In certain cases, specific fields may be misplaced and end up in the wrong node. However, we have resolved this issue by appropriately enhancing our JSON builder. This ensures the correct order and field population in the JSON payload.

Fixed Issue: Unable to Add Interface to Interface Group

This issue occurs when attempting to add an interface to an interface group that contains multiple interface records within the integration. It results in an error message alert stating, 'Please enter the value in Sequence.' The issue arises during the interface trigger when verifying and validating the source name of the interface. We have resolved this problem by using Type.forName('xxxxxxx') instead of Schema.getGlobalDescribe().get('xxxxxxx'). This approach provides faster performance and prevents validation checks during interface updates within the Interface group.

Fixing the Issue of the MessageReprocessPerInterfaceGroup Scheduler

We have resolved the issue with the MessageReprocessPerInterfaceGroup scheduler that was causing a mix-up between inbound and outbound reprocessing messages that caused an incorrect setting of Processing Package size to outbound.

To fix this issue, we implemented the following solutions:

For outbound message reprocessing, the setting will be 1.

Fixed Various Issues Updated incorrect Message Status

Fixed Error: Handling Multiple-Level Mapping in Raw Upload File of Data Loader Function

We encountered an issue with the Data Loader where the error message 'No field name specified on the column for sObject of type skyvvasolutions__IMessage__c' appears when attempting to upload a file using Raw Upload File with multiple-level mapping. However, this issue has been resolved.

Open this article in the interactive viewer →