beqom v10 HF230 - Release notes
Deployment date: NPR: May 13th, 2026 - PRD: May 19th, 2026
Fix version: v10 - HF230.4 - DB 10.0.1069
| Type | Reference | Description | |
|---|---|---|---|
| Zendesk | Jira | ||
| BQM-21943 | Performance when saving grid values in process grids was significantly improved by introducing batched transaction processing. It is now s can now save large-scale grid changes with reduced database overhead; two new transaction modes are available via system parameter: full transaction save (all changes revert on error) and row-based transactions (successful rows are saved, failed rows are reverted individually). | ||
| 135951 | BQM-26279 | Real Time Calculations (RTC) in the process grid now support updated field values up to 2,000 characters, increased from the previous 200-character limit. This enhancement enables use cases such as displaying extended descriptions in response to user selections without requiring post-save processing, improving performance and user experience. | |
| BQM-27057 | In process grids, performance was significantly improved for loading and exporting large compensation grids. The underlying SQL query generation was optimized by replacing pivot operations with conditional aggregation and consolidating redundant data retrieval logic, resolving slow performance and export failures during high-volume processing. | ||
| BQM-27058 | Database query performance was improved by resolving implicit type conversion issues in stored procedures used by data grids, reducing overall database CPU consumption. | ||
| 151965 | BQM-27124 | An issue in process grids where the Budget widget became stuck in a loading state after selecting a different node in the hierarchy was corrected. The widget now properly resets its state when navigation requests are canceled, eliminating the need for a page refresh to recover functionality. | |
| 114201 | BQM-27149 | An issue was corrected in the process grid where column aggregations reverted to original values after removing a quick filter when unsaved cell edits were present. Aggregation calculations now correctly reflect local changes even when quick filters are applied or removed without saving. | |
| BQM-27167 | In process grids, aggregated sum values displayed out-of-date data after a cell was edited with a quick filter active and then a grouping was applied. Sum totals now correctly reflect back-end values when groupings are changed. | ||
| BQM-27180 | In process grids, an issue in was corrected where saving a string-type field failed with a "Value 'X' is not a valid number" error. The validation logic was updated to correctly route each field type to its appropriate validation mechanism, allowing string fields to save normally again. | ||