beqom v10 HF209 - 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: July 29th 2025 - PRD: August 5th, 2025
Fix version: v10 - HF 209.5 - DB 10.0.1019
| Type | Reference | Description | |
|---|---|---|---|
| Zendesk | Jira | ||
| 127284 | BQM-25684 | Incorrect values were displayed for drop-down lists in data grids, specifically when values and labels overlapped. The code change fixes this issue. | |
| BQM-25978 | To address performance issues caused by forced token generation on a full hierarchy, the process grid functionality has been improved. Token generation is now optional when calling the endpoint {{GatewayUrl}}/api/Admin/GetAllTreeSecurityNodeChildren by using the new parameter generateTokens=false. This change allows the process grid to load without always generating security tokens, significantly improving performance. Additionally, a new endpoint has been introduced: {{GatewayUrl}}/api/Admin/GeneratePayeeSecurityToken?idPayee={payeeId}&idTree={treeId}&idTreeSecurity={treeSecurityId}. This endpoint enables on-demand generation of a security token for a specific payee, which can then be used to load reports or perform other secured actions. | ||
| 132806 | BQM-25992 | The message column in the salary prediction table, causing incomplete data to be stored. To fix this, the column was modified to use nvarchar(MAX), ensuring that the full message content was retained. | |
| 131061 131183 132873 133015 | BQM-26003 | A new configuration option is available under Global Settings > Process to manage the visibility of the Submit All and Revoke All buttons. Hiding the buttons does not prevent validation from being performed via the original method, whether through multiple actions or using APIs. This configuration is supported only in the WebApp and by default, these buttons are not hidden. | |
| BQM-26028 | A new feature is now available in process grids: Configurable process list sorting. This enhancement provides greater flexibility for displaying process lists to meet different organizational needs. A global configuration option was added to allow administrators to control how process lists are sorted throughout the application. Via a new drop-down list located in the "Admin" component, under Global Settings > Component Settings > Process, it is now possible to select the process list sorting behavior. Three sorting options available:
| ||
| 131925 | BQM-26112 | In process grids, when using quick filters, duplicated values were not removed in list fields, which led to multiple identical values being displayed in the selection drop-down lists. | |
| 135441 135843 | BQM-26124 | This enhancement to the shortcuts to the last 10 used data grids introduces support for grid label translation, thus alining this feature with the localized grid names displayed in other areas of the platform. | |
| BQM-26128 | The following issue was corrected: it was not possible to add a custom localization key in Admin Portall if the sourceId was null. The problem was corrected and the system correctly handles "", empty, or "null" sourceId values, so users can successfully add custom localisations without errors. | ||
| BQM-26136 | The cookie policy was updated in all languages supported in the v10 platform. | ||
| BQM-26190 | Stale, unused code was cleaned in order to reduce the number of security blockers in SonarCloud and improve overall code quality. | ||
| BQM-26193 | A POC machine learning project was deleted reduce security blockers and improve overall code quality. | ||
| BQM-26213 | The following issue was observed in the "Forms" component: when the user clicked date picker icon, without clicking the input field itself, the form validations did not run. The issue was corrected and the validations are now correctly triggered in this specific case. | ||
| 135905 | BQM-26226 | After the introduction of capped values in the Pay Prediction UI, the adjusted prediction was no longer displayed in the pay recommendation card of the pay prediction screen. The issue was corrected and the value is visible again. | |
| 135990 | BQM-26236 | In data grids, child grids were visible in the new last visited shortcuts feature when they should not have been. This behavior was changed and child grids no longer appear in the last visited grids shortcuts. | |
| 136127 | BQM-26252 | After the deployment of the latest hotfix, an error was displayed when attempting to open a process from Admin Portal and a blank screen was visible. The issue was corrected; processes can be correctly opened from Admin Portal again. | |