SR-B40310 · Issue 299601
Offline sync fixed for post-processing Question shape
Resolved in Pega Version 7.3
The post-processing activity of a Question shape was not skipped when 'only execute post processing on client' was checked on the case type rule. A 'when' condition has been added for the post processing activity of Question Flow to fix this.
SR-B40310 · Issue 299855
Offline sync fixed for post-processing Question shape
Resolved in Pega Version 7.3
The post-processing activity of a Question shape was not skipped when 'only execute post processing on client' was checked on the case type rule. A 'when' condition has been added for the post processing activity of Question Flow to fix this.
SR-B4047 · Issue 276127
Fixed intermittent drag and drop failure in List to List with IE
Resolved in Pega Version 7.3
After double-clicking an item in Internet Explorer to move it from left to right in 'List to List' control, the drag and drop functionality intermittently stopped working. This was due to the listeners being removed after double clicking or scrolling and again clicking, and code has been added to reattach the event listeners.
SR-B40657 · Issue 298764
Clarified database privileges to start Pega
Resolved in Pega Version 7.3
The documentation has been updated for clarity regarding database privileges for start up. The text "Pegasystems recommends that you create an Admin user separate from the Base user; however, if you opt for a single Base user, grant these permissions to the Base user" has been modified to read: "Pegasystems recommends that you create an Admin user separate from the Base user; however, if you opt for a single Base user, grant the Base user both sets of privileges listed above."
SR-B40665 · Issue 300419
Update to avoid unnecessary File Listener logging
Resolved in Pega Version 7.3
After upgrade, occasional errors were appearing in the log files while the listener was running correctly and files were being successfully processed. This was traced to the authentication privileges method encountering a service type that was not set, causing the class Rule-Service-null to be created. To avoid the unnecessary logging, code has been added to set service type in case of File Listener.
SR-B40665 · Issue 302272
Update to avoid unnecessary File Listener logging
Resolved in Pega Version 7.3
After upgrade, occasional errors were appearing in the log files while the listener was running correctly and files were being successfully processed. This was traced to the authentication privileges method encountering a service type that was not set, causing the class Rule-Service-null to be created. To avoid the unnecessary logging, code has been added to set service type in case of File Listener.
SR-B40706 · Issue 297501
Unmapped columns from an external table skipped in DDL query generation.
Resolved in Pega Version 7.3
The OBJ-SAVE method was generating a query in which unmapped columns were also getting updated. As these columns were not mapped, DB columns were being updated with the value NULL. This was due to the Obj-Save function always saving the entire object, causing an issue when only part of a table is mapped to a class. To correct this, new prconfig and DASS settings have been added to exclude unmapped columns of an external table as part of DDL query generation.
SR-B40734 · Issue 297396
Facebook Connector queries updated
Resolved in Pega Version 7.3
The default queries used to harvest private messages in Facebook Connector have been updated to match changes made by Facebook.
SR-B40783 · Issue 297484
Fixed value focus for percentage control in repeat grid
Resolved in Pega Version 7.3
When configuring percentage control with integer type property inside the Repeat Grid, the field displayed the Case ID and some text instead of the value when focus was out. This was due to an empty string being passed, and has been corrected.
SR-B40812 · Issue 304049
New section made available for customized RB report generation date
Resolved in Pega Version 7.3
In order to support customized formats in the generated date used by Report Browser, the new section PYDISPLAYREPORTGENERATEDDATETIME has been made available. This is accessed through pzDisplayReportSectionForPDF, and replaces the "generated on" datetime property used previously.