SR-B15749 · Issue 289752
Enhancement for capturing SOAP envelope of Async SOAP Service
Resolved in Pega Version 7.3
The SOAP service request envelope has been available for service activity using the 'pxRequestor.pxReqSOAPEnvelope' property in synchronous execution mode, but that envelope was not available in asynchronous execution mode due to asynchronous execution using a different requestor. In order to support this information in asynch mode, an enhancement has been added to allow the service activity to perform a look-up for the pxReqSOAPEnvelopeinformation in the parameter page.
SR-B15790 · Issue 285997
Handling added for dot in visible-when rule
Resolved in Pega Version 7.3
On click of the icon next to the visible-when rule in order to open the rule, the error "Unable to open the rule as Base Class Value is empty" was generated if the 'when' rule of the conditions included a dot. To correct this, the pega_openRuleSP logic has been modified to fall back to the section class from the PRXML when the value of baseClassValue is empty.
SR-B15831 · Issue 286160
Fixed enter actions for grid layout in overlay
Resolved in Pega Version 7.3
Enter Actions were not working properly on a Grid layout in Overlay. To correct this, a Keyup check has been added for grid keypress events in the GenerateControlAction RUF.
SR-B15831 · Issue 304223
Fixed enter actions for grid layout in overlay
Resolved in Pega Version 7.3
Enter Actions were not working properly on a Grid layout in Overlay. To correct this, a Keyup check has been added for grid keypress events in the GenerateControlAction RUF.
SR-B15831 · Issue 283045
Fixed enter actions for grid layout in overlay
Resolved in Pega Version 7.3
Enter Actions were not working properly on a Grid layout in Overlay. To correct this, a Keyup check has been added for grid keypress events in the GenerateControlAction RUF.
SR-B15858 · Issue 286667
Fixed Right align of header in repeating grid
Resolved in Pega Version 7.3
When a Repeating grid was included in a section and the header used apply alignment as Right, the results did not display as expected. This was due to missing styles corresponding to Header Label Align class, which have now been added.
SR-B15880 · Issue 289450
Enable/disable of "+" icon in mobile app fixed
Resolved in Pega Version 7.3
The enabling and disabling of the "+" icon was not happening in the Mobile Hybrid app even when disabling condition were met. This has been fixed.
SR-B15884 · Issue 288287
Page level error display honors KeepPageMessages value
Resolved in Pega Version 7.3
Page level error messages on the perform harness were flickering when a flow action was submitted. This was caused by the message only displaying for half a second, and has been corrected by correctly honoring the "pega.u.d.KeepPageMessages" value.
SR-B159 · Issue 272693
Wizard will halt if rules to be deleted are in locked rulesets
Resolved in Pega Version 7.3
After running the Connector and Metadata wizard using a WSDL metadata file and then locking the current ruleset version, running the same wizard again using the same WSDL file and selecting OverWrite in the OtherConflicts step caused the rules in the locked first ruleset to also be overwritten. To prevent this, the CompleteRuleGeneration activity will cause the wizard to halt if it encounters rules that would be deleted that are in locked rulesets. When the ruleset(s) are unlocked, the wizard will continue.
SR-B16230 · Issue 287871
Dollar sign character will be escaped if present in data page value
Resolved in Pega Version 7.3
If a section was configured to show the data with a data page as source, using the dollar sign in the value caused the amount to not be displayed correctly in the grid. This has been corrected by adding code to escape the $ character when it's present in the data.