beqom v10 HF6 - 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: June 24th, 2020
Fix version: 40626 - 10.0.171 - BeqomApp.Gateway_10_32179 - BeqomApp.WebApp_10_32272
| Type | Issue key | Description | |
|---|---|---|---|
| Zendesk | Jira | ||
| 25805 | Web App: Error in Grids with Security View The following issue was reported in the beqom application: when users applied filters on a grid with a security view configured, the data of the grid were not displayed, and "Incorrect syntax near '1' " error was sent by the back-end. The issue was related to a missing WHERE statement in the product query. The issue has been corrected and now when users use filters on a grid with security view configured, the filtered data are correctly displayed. Impact area: Grids with security view | ||
| 28324 | Web App: Character Limitation Issue in Criteria Editor The following issue was reported in the beqom application: although long population criteria could be saved in the beqom Admin Portal, the same expressions could not be saved in the beqom Web Application. After clicking the Test or Save buttons, an error message was displayed. Investigation revealed that the issue occurred because the gateway API was handling this expression using the query string instead of the request body. The issue has been corrected by adjusting the API method and now the long population criteria can be tested and saved also in the beqom Web Application. Impact area: Populations > Saving criteria | ||
| 28639 | Web App: Real-Time Calculation Issue after Refreshing Page The following issue was reported in the beqom application: if users refreshed a process grid containing fields configured with the Real Time Calculation feature, it happened that the functionality was not working anymore after the refresh. The issue has been corrected and now the Real Time Calculation feature is correctly working after process grid are refreshed. Impact area: Process > Fields configured with RTC and Sum | ||
| 28829 | Admin Portal: Modifying Assigned Profiles Causes Application Disconnection The following issue was noticed in the beqom application: when admin users modified the profiles assigned to a user via Admin > Functional Admin > Users , after clicking Save , the user was logged out of the application. After investigation, it was determined that an error in the code regarding the session management was the source of this issue. The issue has been corrected by handling the session management more accurately and now the user is no longer disconnected from the application after modifying the profiles assigned to a user. Impact area: Admin > Profile assignment | ||
| 28857 | Mobile: Default User Profile Issue The following issue was noticed in the beqom mobile application: if a user's default profile was set to a profile that did not have the right to access the mobile application, this user had issues accessing grids and displaying dashboards. After investigation, it was determined that the issue was related to the API returning empty arrays due to the incorrect session management. The issue has been corrected; now and users can smoothly use the mobile application no matter which default profile is used. Impact area: Mobile application > Grids and dashboards display | ||
| 28915 | Mobile: Dashboards Display Issue When using the beqom mobile application, users were not able to see any dashboard after connecting however if they clicked Change Tenant , and then loaded the same tenant as before, the dashboards were correctly displayed. It was determined that the issue happened because the default profile and the mobile profile set in the k_users_parameters table ( defaultProfileId , mobileProfileId ) were different. The issue has been corrected and now the dashboards are correctly displayed in the mobile application. Impact area: Mobile application > Dashboard display | ||
| 29113 | Web App: Incorrect Total Sum Calculation An issue was noticed in the beqom application: when users edited values in a total sum column, the total was not correctly updated according to the user's entries. The issue has been corrected and now the total sum is properly calculated in process grid. Impact area: Process > Total sum calculation | ||
| 29138 | Admin Portal: Error when Saving Cell with Conditional Validation The following issue was noticed in the beqom mobile application: when users attempted to use custom conditions in data grids in order to control the column configuration settings, the following error was displayed: "Object reference not set to an instance of an object". This issue has been corrected by adding an exception in the data validation method. Impact area: Data > Validation condition | ||
| 29202 | Web App: Missing IDs for non Editable Fields It was reported in the beqom application that non-editable fields in data grids did not have IDs, making their automation arduous. This issue has been corrected by adding an ID for every non-editable cell in data grids. Impact area: Data > Non-editable fields | ||
| 29250 | Advanced analytics: API Methods Update In order to improve the performances of Advanced Analytics objects in beqom, the API methods have been updated by replacing RestSharp services with HttpClient services. Impact area: Advanced Analytics | ||
| 29251 | Advanced Analytics: New Custom Filter in Simulation Dashboard In order to be able to filter an Advanced Analytics dashboard based on a simulation, a new parameter named idSimulation has been implemented. From now on, if a datasource contains the column named “idSimulation”, the application is going to use this parameter and filter the dashboards based on a displayed simulation on the application. Impact area: Advanced Analytics dashboard | ||
| 29281 | Web App: Sum Calculation Issue The following issue was reported when working in process grid in the beqom application: if users modified the values in fields linked to a total sum column, it happened that the sum was incorrectly calculated and sometimes not calculated at all. The issue has been corrected and now the total sum in process grid is correctly calculated. Impact area: Process > Total sum calculation | ||