Fixed Issue Cannot read properties of Undefined While importing BAPI to Create Message Type
#
There is an issue that occurred while you connected to import BAPI to create the message type. Then get a message alert “TypeError: Cannot read properties of undefined (reading ‘Name’)” because it will not able to read type as ‘undefined’. This issue has been fixed.
Fixed Missing some messages while processing with Bulk Processing Mode
#
When processing a basket in bulk control, a basket message will be created to cover the business messages within that basket. Normally, a basket is processed as a single job. However, if you split the basket into multiple batches per job, the second batch may encounter an issue where it cannot create the message. The business records are functioning correctly. This issue has been resolved.
Fixed Delete Message Option on Integration Setting #
We have an option to delete messages on the integration setting. In the previous version, when you enabled the ‘Delete Message’ on the ‘Integration’ setting, it did not immediately delete the complete messages. However, we have now fixed this issue by enabling the immediate deletion of complete messages when this setting is enabled.
Fixed execute without CallOutControl() setting of InvokeCalloutV3() method #
For some adapters, the invokeCalloutV3() method required the CallOutControl() setting. This setting was necessary, for example, when executing response interfaces (actionDoIntegrate=true), creating messages (isCreateMessage=true), and so on. If you did not set this setting, the message would not be created, and the response interface would not be executed. However, we have made a fix, and now the CallOutControl() setting is no longer required.
Fixed Assign Wrong Value on Target Node Level #
There was an issue when saving the mapping, where the mapping records were generated incorrectly with the wrong Target Node Level. This resulted in an incorrect payload being generated during outbound processing. However, we have fixed this issue. Now, when you save the mapping, the records will be generated correctly, ensuring the correct payload is generated.
Fix for ‘Too many DML rows (10001)’ error when deleting a large amount of data in multiple Baskets on the Bulk Control Board #
When you click the Delete All button while having a large amount of data in multiple baskets on the Bulk Control Board, it raises the ‘Too many DML rows (10001)’ issue. This issue occurs because the system attempts to perform database operations on a significant number of rows simultaneously, exceeding the limit set by the ‘Too many DML rows (10001)’ error. However, our team has successfully resolved this issue by implementing optimizations and improvements to the system, allowing for the smooth deletion of large datasets without encountering this error.
Not Able To Restore IStrcutrue To Interface Completed #
On the Related Page of the Interface, you will be able to Backup and Restore IStructure. However, an error message alert stating ‘import the wrong file’ appears even when you restore an existing file that has been backed up. This issue occurs because of the white space at the first line of the backup file. However, this issue has been fixed by removing the white space in the Backup IStrcutrue function.
Getting Connection Offline While Ping Adapter on Agent Control Board #
The connection is already online on Agent Control Board; however, the connection goes offline when adding it to the adapter and clicking the ‘Ping’ button on the edit screen. This issue has been resolved.
