beqom v10 HF235 - Release notes
HF235.9
Fix version: v10 - HF235.9 - DB 10.0.1095
| Type | Reference | Description | |
|---|---|---|---|
| Zendesk | Jira | ||
| 157314 | BQM-27477 | In process grids, the selection filter returned incorrect results when a selected value contained a comma, such as "Coordinator, Series - India". Investigation uncovered that filter combined all selected values into a single comma-separated string, which broke the boundaries between values. Each selected value is now sent as a distinct entry, so the grid correctly displays only employees matching the exact selected value. | |
| 157426 | BQM-27508 | In process grids, searching in the hierarchy and selection filters required accent marks to be typed exactly, so searching "Amelie" would not surface a record like "Amélie Poulain". Search fields now treat accented characters as their base equivalents, so users can find matching records without entering the exact accented characters. | |
HF235.7
Fix version: v10 - HF235.7 - DB 10.0.1093
| Type | Reference | Description | |
|---|---|---|---|
| Zendesk | Jira | ||
| BQM-26636 | An optional custom sender address was added for email notifications. When enabled via a new global setting (located in Admin > General Settings) admins can now, when creating/managing notifications in Admin Portal > INFO HUB, specify a sender email per notification that overrides the default beqom address; if left blank, the default sender is used as before. The feature is off by default and does not affect existing notifications. | ||
| BQM-26893 | In process grids, cascading list fields appeared empty after their value was set by a real-time calculation (RTC) operation, because the dropdown options needed to display the label were not being loaded. The grid now automatically retrieves the correct options so the calculated value displays properly. | ||
| BQM-26894 | Cascading drop-down fields in the process grid can now automatically select a child value when only one option is available after the parent value is chosen, eliminating an unnecessary manual step. This auto-selection cascades down the chain, filling in each subsequent dependent field where only one value applies, and is configurable per field. | ||
| BQM-26967 | Validating large process grids could cause the database to be blocked due to how temporary data was being loaded during bulk validation. The underlying database procedures were optimized to avoid locking (temporary table contention), improving validation performance for large process grids without changing expected results. | ||
| 154561 | BQM-27301 | When a new shared grid view with custom filters or sorting was set as the default, users opening that grid for the first time saw an error stating the filter configuration was corrupted, even though the view was valid. Closing and reopening the grid resolved the issue on its own. Grid configuration is now correctly recognized the first time a default shared view is opened, removing the false error. | |
| BQM-27311 | Back-end support was added for the cascading list auto-select feature in process grids, including a new field-level setting that lets admins enable automatic selection of a single available child value for specific dynamic fields. Existing fields are unaffected unless this option is turned on. | ||
| 154853 | BQM-27314 | In the population condition builder, typing a logical operator (AND/OR) while the field suggestion list was open could cause it to be discarded, and the Test and Save actions always showed a success message even when the back-end rejected the condition as invalid, allowing malformed eligibility conditions to appear valid and be saved. The condition builder now preserves the typed operator and displays the actual error returned by the backend, and no longer saves an invalid condition. | |
| 154883 | BQM-27327 | Decimal values at the rounding midpoint were rounded asymmetrically for negative numbers — for example, 287.385 rounded to 287.39 while -287.385 rounded to -287.38 instead of -287.39, causing unbalanced accrual movements. Rounding now applies symmetrically, so negative values round away from zero with the same magnitude as their positive counterparts across grid display, formulas, conditional formatting, and reporting. | |
| BQM-27376 | Admins can now maintain a whitelist of up to 19 authorized sender email addresses in global settings, which can be selected when configuring a notification instead of entering any address freely. Editing a listed address updates all notifications using it, and deleting an address in use requires confirmation and reverts those notifications to the default sender. All changes to the list are audited. | ||
| BQM-27457 | In the Users tab, sections such as Team Documents, Notifications, and My Documents could fail to display correctly due to hidden characters in the deployed page code that prevented styling from being applied. A build process fix now removes these characters, ensuring the affected sections display properly. | ||