Skip to main content

Resolved Issues

View the resolved issues for a specific Platform release.

Go to download resolved issues by patch release.

Browse release notes for a selected Pega Version.

NOTE: Enter just the Case ID number (SR or INC) in order to find the associated Support Request.

Please note: beginning with the Pega Platform 8.7.4 Patch, the Resolved Issues have moved to the Support Center.

SR-A11935 · Issue 223901

Application creation allowed without case selection

Resolved in Pega Version 7.2

When attempting to create an application based on CS 7.1.4 using the New Application Wizard with no cases selected, the application was not created and an error was displayed. This was traced to the RulesetName and rulesetversion params not being passed to the "pyPrepareFrameworkAssetsForGenerationPost" activity: those params are set only when Case Types from FW are selected. The system has now been updated to pass the RulesetName and rulesetversion params to the activity even when Case Types from FW are not selected.

SR-A7804 · Issue 218676

Rest inbound call mapping updated to determine response type

Resolved in Pega Version 7.2

When Rest service was built in the Pega application and exposed to external applications (non-Pega), the JSON request payload was not mapped to the clipboard during the input data mapping if the setting "Content-Type: application/json; charset=utf-8" was used, but did work as expected when the client calling the service used "Content-Type: application/json" and did not set charset. This error was linked to a space character missing between the given Content-Type value and charset parameter, and has been updated to avoid this issue in the future by setting the extract content-type value and excluding the charset parameter value, then determining whether the response is of text type.

SR-A5659 · Issue 214180

HTTP Connector Simulation properly runs for both Global and User sessions

Resolved in Pega Version 7.2

When attempting to use a simulation activity for a HTTP Connector, it worked when set to Global Session but did not appear to run when set to User Session. At run time, the list of simulation activities was picked from the pyISSimulation clipboard page. Because that page was available in the "STANDARD" thread only, the code responsible for loading the simulation activities was not able to find the correct page. This has been fixed to allow the table to properly execute the Connector simulation for both Global and User Session.

SR-A8254 · Issue 217223

Path extraction support added for REST connectors to NBAM

Resolved in Pega Version 7.2

If a system used pathinfo (containing "!") rather than requestURL, a null pointer exception was raised when attempting to access a REST service endpoint in Next-Best-Action Marketing (also called PegaMarketing) at the point when the system attempted to tokenize the "resources path". To allow for smooth operation after upgrade, code has been added to extract the necessary path information.

SR-A9233 · Issue 219215

DateTime control updated for variable month length

Resolved in Pega Version 7.2

When the datetime property was configured to use the timeframe format (i.e. 2 Days 5 Hours ago format), the value was not getting accurately calculated when the date value was more than 31 days from the current date. This was due to flawed logic in considering the length of the month (defaulting to 31 days) and has been updated to calculate the days correctly based on calendar information.

SR-A6897 · Issue 214923

?Alt+Esc? will not dismiss modal popup window

Resolved in Pega Version 7.2

When using the Pega7 Local Action Modal Popup windows with ?Hide the default action section buttons? unchecked, using the ?Alt+Esc? Windows Shortcut keys with Google Chrome to return from another window caused the modal window to be lost. In Firefox and Microsoft Internet Explorer the window was not lost with ?Alt+Esc? , and using ?CTRL+Alt+Esc? returned correct and consistent results across all browsers. This window drop in Google Chrome was traced to the modal dialog listening to the keyboard?s keyup event: when the Cancel button ?ModalButtonCancel? is configured in a modal dialog, pressing ESC dismisses the modal dialog if ?Hide the default action section buttons? is unchecked. (Pressing ESC on a modal dialog where Cancel button is not present would not dismiss the dialog.) To resolve this, the code has been updated to not dismiss the modal dialog on ?Alt+Esc?.

SR-A11321 · Issue 223010

Check added to allow inheritance control overrides

Resolved in Pega Version 7.2

If a property used "inheritfromproperty" as the control, the choice of "select on blur" was not being retained when the action was submitted. This was traced to settings in the inheritance overriding the action, and a check has been added to ensure the format will not persist if the control is changed or is empty.

SR-A7275 · Issue 216805

Added non-ASCII character handling to MSOGenerateExcelFile activity

Resolved in Pega Version 7.2

When the name of the file to be downloaded contained Japanese characters, the resulting file name displayed spaces in place of the Japanese characters. This was due to the characters in the file name not being encoded using the same character set which would then be used by the browser to decode the file name. To resolve this, the name of the file to be downloaded is now set as part of the Content-Disposition response header and will support non-ASCII characters

SR-A7616 · Issue 217425

Option added to change CKEditor default fonts to pts vs pxs

Resolved in Pega Version 7.2

The RTE Font control was hard-coded to a font-size value given in pixels instead of points. This caused confusion when mail composed in CKEditor (which uses pixels) was displayed in Outlook (which uses points). To better handle these differences, an extension point has been provided to allow overriding CKEDITOR.config.fontSize_sizes in UserWorkForm.CKEditor to set font sizes from px to pt as desired.

SR-A6641 · Issue 217267

RTE edits correctly reflected in grids

Resolved in Pega Version 7.2

When using the Rich Text Editor (RTE) control for a column in a grid layout, fields continued to show the previous value after attempting to update them. This was an issue with the firing timing of the submit within the grid, and has been corrected.

We'd prefer it if you saw us at our best.

Pega.com is not optimized for Internet Explorer. For the optimal experience, please use:

Close Deprecation Notice
Contact us