SR-B11800 · Issue 283413
Stage wide User Actions are consistent on section expand
Resolved in Pega Version 7.3
Stage wide User Actions were different on nested grid sections when the work bound grid was expanded. This has been resolved with an added check to see if the target element is inside a modal dialog.
SR-B11802 · Issue 285155
Fixed work object submitting with incorrect hidden datetime
Resolved in Pega Version 7.3
When a date field was configured with a validation to check if the date is in the future, the work object was getting submitted even if the validation failed and error messages existed on the clipboard. This was a missed use case in the resetDateTimeHidden function which clears the value from a hidden field if there is an error in the field, and has been fixed.
SR-B11927 · Issue 280995
pyContentType column populated in recents table
Resolved in Pega Version 7.3
After upgrade, the new column "pyContentType" was visible in the pr_data_recents table, but data was not getting populated into this column when work objects or rules were opened. This was due to the recents tab missing the pyContentType column query from the custom population queries, and this has now been added.
SR-B11988 · Issue 284340
Fixed pagination exception for grid with pagegroup property
Resolved in Pega Version 7.3
An invalid reference exception was generated while navigating to the second page of a grid sourced with a pagegroup property. This was an error with the preActivityParams being encoded twice, causing characters to be corrupted. The string query has been updated to resolve this problem.
SR-B12026 · Issue 283561
Overridden data flow with RD partitioned key fixed
Resolved in Pega Version 7.3
A validation error was thrown and data flow activation failed for an overridden data flow with a RD partitioned key. This was traced to the circumstanced pzValidateRuleExistance (triggered when the dataflow shape was overridden) trying to open the property rule with pyPurpose set to rule name whereas the actual property should have been pyPropertyName. This has been fixed.
SR-B12207 · Issue 285722
Corrected Org text field handling for templated mobile sections
Resolved in Pega Version 7.3
Given a section pyWorkSummary_Mobile with a text input field called Organization, the organization name was shown correctly in the Declare_crmOrg page but on the UI it was displaying 'Org Not Found'. This was caused by recent section template changes that caused the object to be rendered on the wrong thread, and has been fixed.
SR-B12215 · Issue 281902
Cancel button fixed for pzTabbedScreenFlow7 harness
Resolved in Pega Version 7.3
The Cancel button was visible on the modal template of the Data import Wizard but was missing on the pzTabbedScreenFlow7 harness. This has been fixed.
SR-B12256 · Issue 281696
Editability check added to asterisk symbol (mandatory field expression) display
Resolved in Pega Version 7.3
Sections using conditional read-only and editable modes displayed the mandatory expression (asterisk symbol) in both modes. To correct this unexpected behavior, the GenerateLabelCellContent RUF has been updated to check whether the control is editable and only generate the asterisk if the result is true.
SR-B12345 · Issue 281568
Custom Validator support restored to Workformstandard
Resolved in Pega Version 7.3
Recent refactoring changed the behavior of Workformstandard. In order to support custom edit validate rules defined as part of the application to be executed on client-side, the custom validators HTML fragment has been restored to Workformstandard with correct pre-checks.
SR-B12369 · Issue 282877
Select button accessibility update
Resolved in Pega Version 7.3
Further refinements have been made to accessibility enhancements which will maintain focus on a select button after posting/submitting if a hidden input is present.