Hi everyone!
We’ve released the following platform improvements this week:
IAM 2022.1 and up
- 20230324 - Changing default status for model defined prefilters
-
When editing prefilters from the Windows GUI or Web GUI, it is possible to deviate from the model settings by indicating whether a prefilter should be active by default. However, this setting was not saved in the IAM user preferences. As a result, the change was lost after restarting the GUI. We have corrected this so that the changes are saved again in IAM.

-
IAM 2023.1
- 20230320 - API change for update data migration source
- ​​​​​We have released a platform improvement to address the job_id parameter of the add_job_to_update_data_migration_source_version task. After running the improvement, the API call can look as follows:
Option 0 - Obtain from database:1POST [indicium]/iam/sf/add_job_to_update_data_migration_source_version2{3 "model_id": "[MODEL]",4 "branch_id": "[BRANCH]",5 "select_data_migration_source_version_option": 0,6 "runtime_configuration_id": "default"7}
Option 1 - Specific model version:1POST [indicium]/iam/sf/add_job_to_update_data_migration_source_version2{3 "model_id": "[MODEL]",4 "branch_id": "[BRANCH]",5 "select_data_migration_source_version_option": 1,6 "from_branch_id": "[BRANCH]",7 "from_model_vrs_id": "2023-03-18T12:00:20.859Z"8}
- ​​​​​We have released a platform improvement to address the job_id parameter of the add_job_to_update_data_migration_source_version task. After running the improvement, the API call can look as follows:
