🚀 Platform improvements for week 39
Hi everyone!We’ve released the following platform improvements this week: IAM 2025.2, 2025.1, 2024.3, 2024.220250923 - IAM synchronization improvement When synchronizing from the Software Factory to IAM, the data does not contain the model_id and branch_id of the synchronized model. This is because it is possible to synchronize using a difference branch name. However, when IAM receives this data, it incorrectly assumed the model_id and branch_id were present in the XML data, resulting the MERGE statement to always remove all present data and insert all synchronized data as the model_id and branch_id (null/null) did not match. This has been fixed. SF 2025.220250924 - Fix object assignment for copy unit test task When copying a unit test to a different object, the object assignments of the input and output parameters were incorrect. After copying, the input and output values could not be modified due to the difference in object assignment. This platform improvement will fix all current mismatches as well as correct the copy unit test task.