INC-186138 · Issue 668809
Charts sourced from Report Definition show correct color post-update
Resolved in Pega Version 8.5.6
After update, the color coding was not working on charts sourced from a report definition. This was due to the correct seriesType not being determined when function aliases were used in charts, and has been resolved by adding a condition in configuration.java to determine correct the SeriesType.
INC-189136 · Issue 679515
Dataflow with report definition source repaired
Resolved in Pega Version 8.5.6
After update, data flows using a report definition dataset as source were throwing a null pointer exception. This was traced to previous work done around retry handling for Oracle queries where there were issues identifying the correct column types; that previous work has been reverted to resolve this null pointer exception, and further work will be done to refine the solution to the Oracle CLOB DatabaseException.
INC-190876 · Issue 680190
Handling added for corrupted direct index
Resolved in Pega Version 8.5.6
A corrupted dedicated index was causing a null pointer error. Handling for this has been added by way of an additional condition check for an improper direct index with no fields in the metainfoindex document, along with a filter to check if the category is null.
INC-192769 · Issue 683000
Removed incorrect role from accessible filter logic
Resolved in Pega Version 8.5.6
When using JAWS, tabbing out from Close(X) and setting focus on the "filter by" section resulted in JAWS reading out "use arrows to move". This was not an available action, and has been resolved by removing role="listitem" from the RRFilters_logic.
INC-192879 · Issue 677822
Parameter added to allow skipping specific attachments during indexing
Resolved in Pega Version 8.5.6
An enhancement has been added which introduces the ability to control which attachments are indexed and which are skipped when attachment indexing is enabled. This is handled through the additional parameter called "purpose" which has the value "indexer", and it is included in the request to "D_pxGetFile" during incremental and batch indexing of attachments.
INC-195511 · Issue 693218
Check added for child join class when using ABAC
Resolved in Pega Version 8.5.6
When a join was applied on a report definition and the same join class had a child class to which ABAC was applied (for some property eg., isABC), an "invalidreference" exception (isABC) was generated. This was traced to the system taking into account the child class of the join class while running the report, and has been resolved by adding a check to handle this scenario.
INC-195827 · Issue 687212
Accessibility improved for filter pop-up buttons
Resolved in Pega Version 8.5.6
JAWS was not reading the buttons on the filters pop-up for a report in report browser. This has been resolved by adding helper text for the cancel button of pzReportConfigApplyCancel and for the Search icon of the pzAvailableValues.
INC-197610 · Issue 688001
Dataflow with report definition source repaired
Resolved in Pega Version 8.5.6
After update, data flows using a report definition dataset as source were throwing a null pointer exception. This was traced to previous work done around retry handling for Oracle queries where there were issues identifying the correct column types; that previous work has been reverted to resolve this null pointer exception, and further work will be done to refine the solution to the Oracle CLOB DatabaseException.
INC-197953 · Issue 686255
Execution class parameter handling updated for scheduled reports
Resolved in Pega Version 8.5.6
The schedule was picking the wrong class to execute a report, choosing the report top class/current application class instead of the expected shortcut class mentioned in the report class of the schedule. This has been resolved by updating the parameter handling in the pzRunScheduleShortcut activity.
INC-198273 · Issue 688353
DSS added to control BIX extraction time properties
Resolved in Pega Version 8.5.6
After upgrade from Pega 7.3 to Pega 8, downstream systems were failing to process the BIX extract manifest summary file. This was due to three columns which were introduced in Pega 7.3.1 to handle any failures during BIX incremental extraction: pxStartCommitDateTime, pxEndCommitDateTime, and pxLastSuccessFulCommitDateTime. To support better backwards compatibility, this fix introduces the below DSS to allow disabling of the new columns. BIX/disableSaveTimePropertiesInCSV BIX/disableSaveTimePropertiesInXML BIX/disableSaveTimePropertiesInDB