beqom v10 HF1 - 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: May 20th, 2020
Fix version: 40381 - 10.0.134 - BeqomApp.Gateway_10_29300 - BeqomApp.WebApp_10_30903
In this release note
| Type | Issue key | Description | |
|---|---|---|---|
| Zendesk | Jira | ||
| 25041 | Web App: Large Decimal Numbers Calculation Issue When working with process grids, if the users attempted to perform calculations in numeric columns using large decimal numbers, an error was returned by the application. After investigation, it was determined that the application was not able to calculate operations with large decimal numbers. The issue was corrected by rounding to a maximum of four numbers the large decimal numbers. Impact: Process > Large decimal numbers calculation | ||
| 26568 | Web App: Invisible Scroll Bar in Drop-Down Fields On the Internet Explorer Web browser, when working in data grids, the horizontal scroll bar in drop-downs fields was not displayed. The issue has been corrected and now the horizontal scroll bar in drop-downs fields is visible. Impact area: Data > Drop-down fields horizontal scroll bar display | ||
| 27819 | Web App: Searched Characters not Visible in Data Grid Names When users entered a word/character in the data grid search bar, and then clicked on one of the result in the data grid tree, the name of the grid was highlighted in blue as expected but the searched word/character was not visible. The issue has been corrected; now the searched word/character is properly visible when users click on a grid name. Impact area: Data > Searched character display in grid name | ||
| 27820 | Web App: Cannot Apply Customized View When working with data grids, if a user applied a filter and saved the view, the view was correctly saved but when he reset the grid view to default and attempted to apply that view again, the data were not filtered as expected. The issue has been corrected and now the customized views work as expected. Impact area: Data > Customized views | ||
| 27829 | Admin Portal/Web App: Advanced Analytics Display Issues Several issues were reported in both interfaces when users attempted to use Advanced Analytics dashboards in process grids. In the beqom Admin Portal, process filters were not properly passed and in the beqom Web Application an error in the request sent to the report parameters led to display issues. Moreover, it was discovered that in both interfaces an error in the JAQL request was linked to these issues. The issues have been corrected and now Advanced Analytics dashboards are properly displayed in both interfaces. Impact area: Process > Advanced Analytics dashboards display | ||
| 27834 | Web App: Bulk Action Menu Cosmetic Issue The following issue was noticed in the beqom application: when users attempted to use the Bulk feature in data grids, the Bulk menu was not properly aligned with the Bulk button and its size was not automatically adjusted for longer names. The issue has been corrected and now the Bulk menu is properly displayed in the application. Impact area: Data > Bulk menu display | ||
| 28177 | Admin Portal: Cannot Use Scheduler The following issue was reported in the beqom application: an error message was displayed when users attempted to use the Scheduler feature. The issue was linked to the update of a Nuget package and because the version of one of its dependencies was conflicting with a requirement of the beqom Scheduler package. The issue has been corrected and now users can properly use the Scheduler feature. Impact area: Admin > Scheduler | ||
| 28289 | Web App: Grid Search Mechanism Issue in Process Grids When working in process grids, when the users entered terms in the search mechanism in order to find a specific grid, some letters were not displayed. This issue happened because the searched terms were automatically found based on the input. The issue has been corrected and now the search mechanism is working properly in process grids. Impact area: Process > Search mechanism | ||
| 28291 | Mobile: KPI Display Issue The following issue was noticed in the beqom mobile application: when a KPI was assigned to two dashboards (e.g. User and Team) at the same time, the indicator was displayed twice in both dashboards. The issue has been corrected and now indicators are no longer displayed twice if assigned to two dashboards. Impact area: Mobile application | ||
| 28292 | Mobile: Incorrect Decimal Precision in Achievement Results In the beqom mobile application, the decimal precision in achievement results was not precise enough and led to incorrect display of results. The issue has been corrected on the back-end side by modifying the decimal precision from two numbers to twelve. Impact area: Mobile application > Achievement results decimal precision | ||
| 28293 | Web App: Real-Time Calculation Issue When working with process grids, label and aggregate type columns were not supporting the Real-Time calculation method. The issue has been corrected and now these types of columns support Real-Time calculation. Impact area: Process > Real-Time calculation | ||
| 28294 | Web App: Cannot Use the Real-Time Calculation Method The following issue was noticed in the beqom application: the Real-Time calculation functionality was not working in process grids. The issue was due to a missing stored procedure in the Kernel_SP_Process_DataOnChange table in the database. The issue has been corrected by adding a new stored procedure and now the Real-Time calculation functionality is working properly. Impact area: Process > Real-Time calculation method | ||
| 28295 | Web App: Cannot Modify Interface Color The following issue was noticed in the beqom application: when users attempted to modify the interface color by inserting HEX values in Admin > Appearance , an error message was displayed and the modification was not saved after clicking the Save button. After investigations, it was determined that the issue happened because the saving process was triggering the scheduler service method. The issue has been corrected and now users can properly modify the application interface color by using HEX values. Impact area: Admin > Appearance > Interface color modification | ||
| 28296 | Web App: Incorrect Menu in The following issue was reported in the beqom application: when users with admin permissions opened the , the landing page was the Global Settings page, as expected, but the User menu was displayed instead. The issue has been corrected and now the correct menu is displayed in the . Impact area: Admin > Content | ||
| 28297 | Web App: Incorrect Content in "Settings" Menu The following issue was reported in the beqom application: when users opened the Settings menu, the User menu was displayed instead. The issue has been corrected and now the correct content is displayed in the Settings menu. Impact area: Settings menu | ||
| 28298 | Web App: Search Mechanism Issue in Data Grids The following issues were reported when working in data grids in the beqom application: when users entered a value in the search bar, if this value was the name of the root folder, the name of the folder was not displayed and if the value was present in grid names located in a sub-folder, the sub-folder was displayed twice. Moreover, is the users erased the searched value, the root folder disappeared. It was determined that the issue was linked with incorrect behaviors of the searchPattern and folderId parameters. The issues have been corrected and now the search mechanism in data grids works properly. Impact area: Data > Search mechanism | ||
| 28299 | Web App: Incorrect Cascading Filters Order The following issue was reported in the beqom application: when users applied several cascading filters to a grid, after reopening the grid the order of the filters displayed in the filter drop-down menu was incorrect. The issue has been corrected and now the initial filter order is saved after reopening the grid. Impact area: Data & Process > Cascading filter order | ||
| 28301 | Web App: Row Selection Issue After Reloading The following issue was noticed when working in data grids in the beqom application: when users selected several rows and performed a Bulk apply on one of the grid row, the rows remained selected for a short amount of time (one second). The issue has been corrected by clearing the previously selected rows before reloading data grids. Impact area: Data > Row selection after reloading | ||
| 28356 | Admin Portal/Web App: Cannot Filter with "IN" and "NOT IN" Operators The following issue was reported when working with process grids in the beqom application: when users were filtering a column using the NOT IN operator and another with the IN operator at the same time, the application returned the following error "An error occurred. Please contact the administrator."and the data were not filtered. After investigations, it was determined that the issue was due to a problem with the conversion of the data type. The issue has been corrected and now users can filter values using the IN and NOT IN operators at the same time. Impact area: Process > Filtering process | ||