SR-B42110 · Issue 299959
RD "Available & Valid Values" properly populated
Resolved in Pega Version 7.3
The filter conditions in the report definition for the Available and Valid value list was displayed as blank or empty for properties which were exposed for reporting purpose and are at one level below the PyWorkPage. This was traced to an improper splitting of the property when pointed from the Parent, and has been fixed.
SR-B42218 · Issue 300079
Updated logic check for property panel invalid actions
Resolved in Pega Version 7.3
Configuring invalid actions on the events & actions property panel was not triggering the validation messages when submitted, saved, and checked-in. When the action was re-opened, no changes were saved. This was due to a segment of code called on load of the property panel that remained for backwards compatibility but should not have been called in this scenario. This has been fixed by adding a check at the top of this activity for messages/errors which will route the logic appropriately.
SR-B42249 · Issue 301181
Resolved HashMaps memory leak
Resolved in Pega Version 7.3
A memory leak was found with HashMap "mapHosts" within MultiThreadedHttpConnectionManage. To handle this, updates have been made to prcommons-pr54.jar (MultiThreadedHttpConnectionManager.java) and cross verified with the latest library from Apache.
SR-B42262 · Issue 303693
Field Values displayed correctly in mobile dynamic layouts
Resolved in Pega Version 7.3
Dynamic layout headers that reference Field Values were not displayed correctly in the mobile application. This was caused by the getLocalizedValueFromList function not passing activeContext to the resolveParams function, and has been fixed.
SR-B42305 · Issue 299199
Parse-XML generation updated for complex XML element
Resolved in Pega Version 7.3
When generating the datamodel using the REST wizard, if the response XML had a page with type attribute then the value was ignored at run time. This has been fixed with updates to the "RuleGeneratorREST.java" for data model generation and "ParseXMLSAXRuleWrapper.java" for run time handling.
SR-B42374 · Issue 299138
Data Import Wizard Flow error corrected
Resolved in Pega Version 7.3
The Data Import Wizard was failing with the error "Unable to perform {1}: assignment does not exist." This was due to the pzDataImport screen flow being in Draft mode, causing any rule that runs it to fail if the system is in Production level 5. This has been corrected by setting the draft mode to off.
SR-B42374 · Issue 299446
Data Import Wizard Flow error corrected
Resolved in Pega Version 7.3
The Data Import Wizard was failing with the error "Unable to perform {1}: assignment does not exist." This was due to the pzDataImport screen flow being in Draft mode, causing any rule that runs it to fail if the system is in Production level 5. This has been corrected by setting the draft mode to off.
SR-B42581 · Issue 299511
BIX enhancement to handle unaligned external mappings
Resolved in Pega Version 7.3
If a class with external mappings was configured and some of the properties did not match the db column name, a filter for one of those properties would not be applied to the extract query. In order to support business needs that contain the mis-match, an enhancement has been made to the BIX code to handle this non-alignment.
SR-B42586 · Issue 299297
Modified RD filtering rule to support custom validation
Resolved in Pega Version 7.3
Custom validation was not stopping a Report Definition from completing due to validation errors not being applied to the correct page when submitting the form. In order to support this customization, pzValidateCustomFilterSection has been modified to put messages on the step page rather than primary page.
SR-B42586 · Issue 300843
Modified RD filtering rule to support custom validation
Resolved in Pega Version 7.3
Custom validation was not stopping a Report Definition from completing due to validation errors not being applied to the correct page when submitting the form. In order to support this customization, pzValidateCustomFilterSection has been modified to put messages on the step page rather than primary page.