SR-A99473 · Issue 266934
Documentation updated for Obj-Delete-By-Handle method
Resolved in Pega Version 7.2.2
The documentation for the Obj-Delete-By-Handle method has been updated to clarify that the Obj-Delete-By-Handle method will require the object to be locked if either the class or class group allows locking.
SR-A95291 · Issue 270315
Deprecated Access Groups documentation updated
Resolved in Pega Version 7.2.2
The documentation lead-in to the Deprecated Access Groups section has been updated for clarification: These access groups are retained after upgrades to support applications created in Version 4.2 and Version 5.X systems. They are deprecated and not recommended for continued use. These access groups appear only on systems that are upgraded from PRPC 6.x or earlier.
SR-A98702 · Issue 266129
Minor update to help doc for property optimization run time
Resolved in Pega Version 7.2.2
The help file for Property optimization using the Property Optimization tool has been updated with non-critical corrections to the phrasing regarding the length of time that might be required to perform background processing.
SR-A99855 · Issue 266703
Help file corrected for JSP tag
Resolved in Pega Version 7.2.2
The help for the JSP Tag "" is incorrect: It reads: example string of 'pyActivityName', but it should be 'pyActivity'. This has been fixed.
SR-A94342 · Issue 263882
Inserted missing word in property-set-html doc
Resolved in Pega Version 7.2.2
The missing word "is" has been added in In the doc article that comes up when the "?" is clicked while filling in the parameters for the property-set-html activity method, which previously read "Identify the property that to receive its value from stream processing".
SR-A76148 · Issue 251342
Documentation updated for running BIX from the command line
Resolved in Pega Version 7.2.2
When attempting to run BIX from the command line within a Linux environment, an error is thrown: Error: Could not find or load main class com.pega.pegarules.data.internal.access.ExtractImpl This was a local error in the setup of the bix.sh script, and the BIX documentation has been updated to clarify the requirements.
SR-A27796 · Issue 250774
Click of phone link preserves chart display
Resolved in Pega Version 7.2.2
A click on a "Telephone" link that generated a prompt for the user to allow access for launching an external application caused the charts used on the screen to disappear. To fix this, the pxFormatTelephone rule has been modified to add an onclick handler.
SR-A33704 · Issue 250630
Repeating grid refresh handling improved for mouse click location
Resolved in Pega Version 7.2.2
A numeric field in a repeating grid referenced by a Declare Expression with a "refresh on change" did not always persist the changed value on the clipboard. This was traced to a handling difference in the code where if the mouse was clicked somewhere outside the row being edited the section refreshed and the value reverted back to the previous value, but if the mouse was clicked within the row the value updated correctly. This has been fixed by updating the logic in isElementDirty to better consider number and decimal type controls.
SR-A22996 · Issue 250572
Logic updated for 'when' controlled edit modes in embedded sections
Resolved in Pega Version 7.2.2
Complex layers of 'when'-controlled edit modes were not being properly applied in embedded sections. For example, if the main section included another section and the read-only nature of the included section was controlled by a when rule and the included section went on to include another section that contained a Repeat Grid/ Row repeat, the edit mode of the parent was not considered when evaluating the edit mode of the child. This was an issue with the logic governing precedence considerations, and has been updated with additional checks.
SR-A22996 · Issue 252883
Logic updated for 'when' controlled edit modes in embedded sections
Resolved in Pega Version 7.2.2
Complex layers of 'when'-controlled edit modes were not being properly applied in embedded sections. For example, if the main section included another section and the read-only nature of the included section was controlled by a when rule and the included section went on to include another section that contained a Repeat Grid/ Row repeat, the edit mode of the parent was not considered when evaluating the edit mode of the child. This was an issue with the logic governing precedence considerations, and has been updated with additional checks.