INC-155971 · Issue 616031
Handling added for missing data transform in offline mode
Resolved in Pega Version 8.4.4
A "data synchronization failed" error appeared when trying to login to a Mobile App that had offline mode enabled. The login worked when offline mode was not enabled. Investigation showed that when the pyDataTransformWhitelistForOffline application rule contained an entry for a data transform that did not exist, DataTransformPackager.canProcess() was throwing a null pointer error trying to access it. This has been resolved by adding a null check.
INC-156211 · Issue 620192
Verbose comments removed from wrapper
Resolved in Pega Version 8.4.4
Comments with references to external links have been removed from some harness wrappers.
INC-127102 · Issue 602699
Synchronized BatchStatus email available for multi-node
Resolved in Pega Version 8.4.4
An enhancement has been added which will handle synchronization between BatchStatus used in different events on different nodes and send email notifications.
INC-133482 · Issue 605004
Corrected isExternal flag not resetting
Resolved in Pega Version 8.4.4
If an extraction referred to external tables, an isExternal flag that was set to true during the Extraction process did not get reset to false for the tables which were not referring to external. This has been corrected.
INC-140110 · Issue 600400
Large filter values accepted in Report Definition edit
Resolved in Pega Version 8.4.4
Report definition edit filter values were not accepting large comma separated values properly. This has been resolved by modifying the logic in RRFilters_Logic to use ReportFilter.getReportFilters.
INC-143191 · Issue 596467
Scheduled tasks landing page shows all tasks
Resolved in Pega Version 8.4.4
Due to pzGetScheduledTasks listview having a hardcoded limitation of 500 records to be fetched, not all scheduled tasks were being shown in the scheduled tasks landing page. This has been resolved by modifying the pyCreateSummary activity to use a newly created Report Definition to fetch data instead of list view.
INC-144103 · Issue 599682
Updated filter logic for filtering on a DateTime column
Resolved in Pega Version 8.4.4
When a class join was used in a report definition, the error "The Filter Logic used in the report is invalid" appeared while filtering rows of a report definition results on a DateTime column. This was a missed use case, and has been resolved by modifying pzGridSortPaginate to convert the data type value into the proper casing.
INC-144756 · Issue 602725
Security improved for searches
Resolved in Pega Version 8.4.4
Authentication requirements have been added to activities associated with searching.
INC-145810 · Issue 599466
BIX log shows correct corrupted BLOB pzInskey
Resolved in Pega Version 8.4.4
An update has ben made to ensure the correct inskey is shown in the BIX logs for a corrupted BLOB.
INC-147166 · Issue 601801
AvailableProperties cleanup added after save
Resolved in Pega Version 8.4.4
The Report filter value auto-complete was displaying an incorrect list of values. This was traced to pyAvailableProperties not being cleaned up after being created and used in a prior process, and has been resolved by ensuring pyAvailableProperties is removed on save so it can be cleanly built when needed.