SR-B39730 · Issue 301187
tempItem parameter added to createworkprocess API
Resolved in Pega Version 7.3
The parameter tempItem has been added to the createWorkProcess API to hold a temporary work object which is passed to AddWork activity. The same naming convention is used.
SR-B39792 · Issue 298418
Validation removed for survey name property
Resolved in Pega Version 7.3
If the survey driver parameter "survey" was configured with a property reference to provide the survey name in the subprocess SurveyDriver, adding validations to it caused the property panel to generate an error. This was due to Validations on the pySurvey property checking if the survey existed with the configuration. To avoid this, validations on the pySurvey property have been removed and an added required condition has been put on the pySurvey
SR-B3980 · Issue 273916
Scrollbar added for Microsoft Internet Explorer 11 window sizing overflow
Resolved in Pega Version 7.3
In Microsoft Internet Explorer 11, reducing the screen width caused grid data to overflow onto the tree navigation menu. This has been resolved with the addition of scrollbars to the Action area to handle overflowing content.
SR-B3980 · Issue 282061
Scrollbar added for Microsoft Internet Explorer 11 window sizing overflow
Resolved in Pega Version 7.3
In Microsoft Internet Explorer 11, reducing the screen width caused grid data to overflow onto the tree navigation menu. This has been resolved with the addition of scrollbars to the Action area to handle overflowing content.
SR-B39878 · Issue 299678
Fixed encoding of colon for exported report title
Resolved in Pega Version 7.3
A file exported using Chrome or Mozilla displayed %3A instead of Underscore (_) when replacing a colon in the title. This was an error in the encoding, and has been fixed.
SR-B40038 · Issue 298378
Column alignment with filter icon fixed for Chrome and IE
Resolved in Pega Version 7.3
When a grid was configured with filtering and 'Freeze Grid Header' option was enabled, at runtime the column header did not align as expected with the filter icon when using Chrome or IE. In IE, the anchor element for filter icon needs to have height set to render properly. In Chrome, the oflowDiv gets a height which caused the problem. To resolve the issue, the addHeightToFilterIcon function in ui_grid JS has been modified to consider freeze header cases.
SR-B40059 · Issue 296152
IACAuthentication security improved
Resolved in Pega Version 7.3
The IACAuthentication activity assumed third party authentication and did not check for a password. In order to improve security, default password validation has been added to the shipped IACAuthentication activity.
SR-B40144 · Issue 297046
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-B40177 · Issue 297056
Resolved harness error after using pagination 'load more'
Resolved in Pega Version 7.3
After using the Pagination 'load more' option and clicking on any of the newly loaded items, a blank harness was opened. This was traced to missing change tracking data for the newly loaded rows, and has been corrected.
SR-B40267 · Issue 298233
Decimal comma handling added to VBDServiceImpl for all locales
Resolved in Pega Version 7.3
A NumberFormatException was thrown when executing a VBD query on a server configured with a Locale that uses the decimal comma instead of the decimal point. This caused launch failure for the Offer flow from the Pega Marketing Portal. The issue originated with the decimal format for time calculation for elapsed time in seconds in not being handled in VBDServiceImpl for all Locales, and has been fixed.