beqom v10 HF199 - Release notes
This article lists the new features that have been added to the platform, as well as the bugs that have been corrected in this release.
Deployment date: NPR: April 8th, 2025 - PRD: April 15th, 2025
Fix version: v10 - HF 199.6 - DB 10.0.1002
| Type | Reference | Description | |
|---|---|---|---|
| Zendesk | Jira | ||
| #121991 | BQM-25368 | When copying a simulation with two conditions, the system would create two separate rules, each containing one condition, which was incorrect. In addition, simulating a copied simulation resulted in incorrect transactions being inserted into the transaction table. Both behaviors were corrected; copying a rule now generates a single new rule with both conditions intact and the correct values are recorded as expected when running a copied simulation. | |
| BQM-25577 | Accessibility enhancements were introduced, targeting primarily the following components: text fields, alerts, dialogs, and conditional Formatting (formatting items). These changes improve usability for assistive technologies. | ||
| #93840 | BQM-25603 | Previously, filtering data in data grids and process grids was only possible using the "AND" operator, meaning rows had to meet all the specified criteria to be displayed. Now, with the introduction of the "OR" operator, when performing a search all rows that match at least one of the filter criteria will also be retrieved.. | |
| #128061 | BQM-25623 | When an email was sent via the scheduler, if the scheduler was recurring, and an email was processed, then the values in the Scheduler queue were not updated correctly, leading to the same email being sent multiple times. The issue was corrected; emails are now sent only one time and the Scheduler statuses are properly updated. Erratum: this fix was not included in the original hotfix package. It was added on April 10th, 2025. | |
| BQM-25662 | The following issue was observed in Web App: even with "read" permission on Homepage, users could not access the homepage modules in the Admin component. Additional admin permissions were required. This behavior was corrected and the modules are now visible without requiring additional admin rights. | ||
| BQM-25663 | The database project code that is used to generate dacpac contained a permission to access homepage that should not have been there. This permission was removed. | ||
| #128568 | BQM-25708 | The fix introduced in ticket #120703/BQM-25337 (deployed in hotfix package 196) introduced a regression that gave the real-time calculation an unexpected behavior. This ticket rolls back the fix introduced in #120703/BQM-25337 and restores previous functionality until an acceptable fix can be found. | |
| #129185 | BQM-25723 | The following issue was reported in the Admin Portal interface: users kept getting logged out when using a custom profile. Investigation revealed that the issue was related to the use of a profile image that required an unnecessary permission to display this image. The dependency on this permission was removed. | |
| #128119/#129599/#129674 | BQM-25740 | A regression was introduced with the addition of the Slack integration, causing scheduled emails to sometimes not be sent. The issue was resolved; emails are now sent at their intended scheduled time. | |
| BQM-25754 | A label was missing for the new "OR" operator now available in filters in process grids and data grids. | ||
| #129896 | BQM-25760 | A regression was introduced by the fix done in BQM-25740 due to an added condition on ScheduledDate. The logic did not account for cases where ScheduledDate == NULL, which appears to be a common scenario. The issue is now corrected. | |