Release Notes - eMite version 7.1.0.4 General Fix
Product Enhancements
RTBI Admin - External Managed Fact Query - Adjusted External Fact Query UI to Adapt the External Managed type. When creating fact query and “eMite Managed” is ticked, its Fact Type will be “External Managed”.
RTBI Index Builder process External Managed Fact Queries - RTBI Index Builder should be able to process new Fact Query type External Managed for indexes managed by the HUB.
ESD-3945 Agent Activity S&S - When a drillthrough report gets exported to Excel, cell format of time duration data should be able to support the data augmentation functions in Excel like SUM. This can be done by setting these duration columns in drillthrough datablock to hh:mm:ss format before exporting the report to Excel. Exported Excel sheet should have duration columns in [h]:mm:ss format.
This will not be applicable for export to CSV, PDF, etc.
Virtual Member - Definitions has max length limitation. Currently the field Definition field is set to nvarchar(1000). Requesting to change it to nvarchar(MAX) - Virtual Member with condition > 1000 characters should save successfully.
Develop Fix - Investigate the Generic Grid UI character grid limit - Fix Generic Grid character limit for HTML-valued column. It should not be truncated or limited to 79 characters only. When configured in DB, User Domain field on dashboard should render a clickable Open Page link. User will be redirected to a new tab with the configured URL.
Drill through not showing values - eMite should be able to support nested fields even beyond 2 levels. That when onboarding data with nested fields, these should load as expected in drillthrough datablock.
Bug Fixes
Drillthrough filter doesn't save changes - Selected filter/s should persist in drillthrough datablock both for existing and new dashboards.
ESD-4044 eMite user groups - Modification in User Management page can be done via Azure AD SSO when permitted.
ESD-3981 Index emite_sf_opportunity stopped polling data - Change made to the core platform is to use the last date from the date controller field and not from any other field date. Last date must be the maximum value of the field that is defined as the date controller. Start time should be correct and no future dates in the logs. Moreover, polling should not stop.
UI Issue on the Text Editor Cube Description - Texts should be wrapping in the Description region of Text Editor datablock when populated with a paragraph.
Row template in Drillthrough does not work - Row template used in drillthrough should be saved even when page/datablock has been refreshed.
ESD-3972 Extra Call Segments with Different Conversation Start Time - Fix date time discrepancy when exporting a drillthrough data of more than 10,000 rows. Such that all rows (1 to 10,000+) should follow the same timezone when exported.
Develop fix - Cube Report Drillthrough not showing correct series - When using Virtual Members as measure and dimension, total count of selected column in cube report should be the same with the total items displayed in the linked drillthrough.
Develop Fix - Pie Chart Inconsistent Value Formatting - The piechart values' format is only reflecting on the main pie, once user tries to drilldown (by clicking a slice), the formatting does not apply. This inconsistency on value formatting when in drilldown is fixed by rendering and making use of the main chart's value format. E.g. HH:mm:ss format should apply on both main pie and drilldown.