SR-B8793 · Issue 278405
Flow warnings show consistently
Resolved in Pega Version 7.3
Due to conflicting handling of temporary pages by two different processes within the Rule-Save function, warnings were only displaying intermittently as flow rules were saved, refreshed, or checked in. To ensure consistent handling, a single internal parameter has been added that will be used for creating/removing temporary pages
SR-B8847 · Issue 278000
FCM/FCMR documentation updated
Resolved in Pega Version 7.3
The documentation on the PDN for installing and configuring FCM 7.12 has been updated for FCM and FCMR.
SR-B8898 · Issue 279449
Reference to outdated property removed
Resolved in Pega Version 7.3
When building a system with WebSphere 8.5.5, DB2 10.5fp7 and Java 8, creating the environment and testing the connection on its datasource produced the warning: "DSRA8200W: DataSource Configuration: DSRA8020E: Warning: The property 'progressiveLocators' does not exist.". This was traced to a code fragment left after that property became unsupported which has now been removed.
SR-B9137 · Issue 278539
RD column context menu alignment fixed
Resolved in Pega Version 7.3
On a report definition with many columns, scrolling to the right caused the column context menu to not be aligned with the column. The menu alignment code calculations have been modified to correct this.
SR-B9137 · Issue 267865
RD column context menu alignment fixed
Resolved in Pega Version 7.3
On a report definition with many columns, scrolling to the right caused the column context menu to not be aligned with the column. The menu alignment code calculations have been modified to correct this.
SR-B9286 · Issue 278610
Enhancement to get work items from multiple workpools for mobile user
Resolved in Pega Version 7.3
An enhancement has been added to support multiple workpools belonging to same application for mobile users. The code will iterate through all workpools which are offline enabled for the operator and get the work items in pzDataSyncGetWorkList activity.
SR-B9286 · Issue 287888
Enhancement to get work items from multiple workpools for mobile user
Resolved in Pega Version 7.3
An enhancement has been added to support multiple workpools belonging to same application for mobile users. The code will iterate through all workpools which are offline enabled for the operator and get the work items in pzDataSyncGetWorkList activity.
SR-B9402 · Issue 283736
Rule "pzIsRuleCheckedOut" withdrawn to improve decision date rules handling
Resolved in Pega Version 7.3
The decision data rules could not be added to favorites without checking out the rules. This was due to the 'Add to Favorites' menu item not being visible in the Actions menu of the rule. To correct this, the rule "pzIsRuleCheckedOut" has been withdrawn in order to allow the decision data rules to be added to favorites without rule check out.
SR-B9402 · Issue 283774
Rule "pzIsRuleCheckedOut" withdrawn to improve decision date rules handling
Resolved in Pega Version 7.3
The decision data rules could not be added to favorites without checking out the rules. This was due to the 'Add to Favorites' menu item not being visible in the Actions menu of the rule. To correct this, the rule "pzIsRuleCheckedOut" has been withdrawn in order to allow the decision data rules to be added to favorites without rule check out.
SR-B9405 · Issue 278761
Filter popup opens in overlay section
Resolved in Pega Version 7.3
On launching the filter pop-up and cancelling it, filtering the column did not work if the grid was in an overlay itself. This was caused by a check in filterOnProperEvent which was preventing the filter pop-over from launching when the grid is in an overlay, and the issue has been resolved by ensuring the value is cleared when the filter is dismissed without selection.