SR-B92748 · Issue 341371
Case Insensitive Search fixes for Segments
Resolved in Pega Version 7.4
In order to fix an issue where Case-Insensitive Search was not working in Segments, the following changes have been made: 1) If case insensitive property is selected and the key is a text property, the system will do case insensitive matching while inserting records to confirm whether a key was already inserted before. 2) The 'when' condition has been modified to make the case insensitive checkbox visible for custom import purposes.
SR-B92748 · Issue 342174
Case Insensitive Search fixes for Segments
Resolved in Pega Version 7.4
In order to fix an issue where Case-Insensitive Search was not working in Segments, the following changes have been made: 1) If case insensitive property is selected and the key is a text property, the system will do case insensitive matching while inserting records to confirm whether a key was already inserted before. 2) The 'when' condition has been modified to make the case insensitive checkbox visible for custom import purposes.
SR-B92748 · Issue 342540
Case Insensitive Search fixes for Segments
Resolved in Pega Version 7.4
In order to fix an issue where Case-Insensitive Search was not working in Segments, the following changes have been made: 1) If case insensitive property is selected and the key is a text property, the system will do case insensitive matching while inserting records to confirm whether a key was already inserted before. 2) The 'when' condition has been modified to make the case insensitive checkbox visible for custom import purposes.
SR-B94946 · Issue 343693
Timestamp fixed for Export to Excel
Resolved in Pega Version 7.4
When trying to do a Export to Excel on a report definition with one of the columns being a Date time property, an extra 'a' was seen in the date time columns in Excel. In this case, 'a' is valid for formatting Java datetimes while 'AM/PM' is the equivalent for Excel, so the 'a' will be replaced with AM/PM in the summary viewexcel data.
SR-B96629 · Issue 347927
Read-only values display in review harness
Resolved in Pega Version 7.4
A pxDropDown control was configured to use different values for the property and display values that were sourced from a Data Page, which in turn was sourced from a report definition. The display property value was retrieved via a joined class on the report and referenced using pxPage().PropertyName syntax. When the control was rendered on the Review harness in read only mode, the display value was not showing even though the property was set. This was due to the pageGroups caption property for the dataPage not being resolved in template_display. To correct this, two extra APIs have been added that contain logic to map the string based property groups to the JSON pxResults of the data Page.
SR-B96629 · Issue 342674
Read-only values display in review harness
Resolved in Pega Version 7.4
A pxDropDown control was configured to use different values for the property and display values that were sourced from a Data Page, which in turn was sourced from a report definition. The display property value was retrieved via a joined class on the report and referenced using pxPage().PropertyName syntax. When the control was rendered on the Review harness in read only mode, the display value was not showing even though the property was set. This was due to the pageGroups caption property for the dataPage not being resolved in template_display. To correct this, two extra APIs have been added that contain logic to map the string based property groups to the JSON pxResults of the data Page.
SR-B96971 · Issue 347091
Custom filter value populated during runtime
Resolved in Pega Version 7.4
Default filter values were not applied to the initial run of a report, but did work after Apply was pressed. Investigation showed that the page used for a custom filter section was not sanitized between report runs. If a report is closed and then rerun in a new window, the prior filter values were preserved from before instead of reinitialized. This has been corrected.
SR-B97271 · Issue 342728
GetConnectors RD added to Data-Rule-Summary
Resolved in Pega Version 7.4
A report definition rule named 'pxGetConnectors' has been added to the Data-Rule-Summary Class of the Pega-IntegrationEngine ruleset to support third-party application integration.
SR-C1144 · Issue 344593
Missing columns added to InstanceList RD
Resolved in Pega Version 7.4
After upgrade, .pyItemId and .pxProcessingNodeId were missing from the pyInstanceList Report Definition. This was due to these two columns being missed during the conversion to Report definition, and this has now been fixed.
SR-C1738 · Issue 345628
Timestamp fixed for Export to Excel
Resolved in Pega Version 7.4
When trying to do a Export to Excel on a report definition with one of the columns being a Date time property, an extra 'a' was seen in the date time columns in Excel. In this case, 'a' is valid for formatting Java datetimes while 'AM/PM' is the equivalent for Excel, so the 'a' will be replaced with AM/PM in the summary viewexcel data.