SK SKYVVA Documentation

5. Bug Fixed

Fixed various issues regarding the Import Metadata and Open Editor Function

Fixed Successful Ping Connection, but Incorrect Alert Message Displayed

An issue occurred when adding the correct credentials to Microsoft OneDrive. The alert message for the ping connection displayed a code 200 with a failed message alert. We have now resolved this issue by changing the alert message color from red to green and providing a JSON response.

Fixed Created Message Type

Apex Heap Size Issue When Deleting Messages with Multiple Child Messages

You may encounter the apex heap size limit when selecting all messages (10,000 records) that have a large number of child for deletion using the 'Delete' or 'Cancel' buttons in Message Monitoring. This issue has been resolved by stopping the 'BatchGenerateMessage' job to collect messages and pass all messages collected to the 'BatchDeleteCancelAllMessage' job instead of using only one job 'BatchDeleteCancelAllMessage' to query and delete.

'Manual Process' Remains Disabled When Closing the Log

When you select the main interface, the 'Manual Process' button will be enabled. However, after clicking the 'Log' button and closing it, the 'Manual Process' becomes disabled, even when the main interface is still selected. This issue has been resolved.

Interface Not Refreshing After Delete Inteface on Interface Detail Page

The interface does not refresh after deleting an interface on the Interface Detail Page. This issue occurs when attempting to delete or edit interfaces, potentially causing problems. There are two scenarios that occur when deleting an interface:

Fixed to Display Giving Interface Name on Tab Name

When you edit the interface records on the Interface Detail page and save the changes, the interface will display an automatically generated name. However, this issue has been fixed.

Fixed not being able to search Adapter Name on the Interface Detail

There is an issue when searching for a name in the adapter settings on the screen interface detail for both the Inbound and Outbound adapters. The search function is not working properly, but this issue has been resolved.

Fixed not being able to retrieve Source Tree value while selecting parent sObject in Hybrid Mode

When performing the function on the mapping, you can select the Source Tree and Source Fields to apply the Expression Formula. However, if you select the parent nodes in the Source Tree and the Parent Field in the Source Fields, it would only retrieve the Parent field, and the Parent Reference sObject would not be retrieved in Hybrid Mode Mapping. Fortunately, this issue has been resolved.

Fixed SObject row was retrieved via SOQL without querying the requested field: sObject.ExternalId Field

There was an issue when checking multiple external ID fields in the mapping for the Upsert Operation Type. After pushing the records, the external field would not be queried, resulting in an issue with the comment 'SObject row was retrieved via SOQL without querying the requested field: sObject.ExternalId Field.' This issue has been fixed by checking the mapping's external ID field as Salesforce ID. Consequently, the integration now upserts records using the Salesforce ID value instead of other external ID mapping fields.

Fixed Searching Message Getting alert Message Error “Error Line: 334:Invalid Id: xxxxxxxxxxxx”

When you have searched for All messages that include the message with an invalid the salesforce id. The issue will be raised and get the failed message alert “Error Line: 334:Invalid Id: xxxxxxxxxxxx”. This issue has been fixed.

Open this article in the interactive viewer →