INC-142589 · Issue 595489
Corrected tooltip evaluation for multiselect
Resolved in Pega Version 8.4.3
After adding help text for a multiselect help icon with overlay on hover field, the value was not being sourced. Changing to a different type of help text or control type worked as expected. This was due to an error in case sensitivity, using pyToolTip when it should have been pyTooltip, and has been corrected.
INC-142714 · Issue 596554
Recent Cases from different applications available to open
Resolved in Pega Version 8.4.3
An enhancement has been added which will allow opening other application assignments in the Recent Cases section of the current application when the user has access to multiple applications.
INC-143005 · Issue 596954
Fluid Overlay displays as expected in Firefox
Resolved in Pega Version 8.4.3
After upgrade, using the Overlay format "Fluid" to perform the screening matches task in CLM using Firefox had an overlay that covered the entire screen but was missing the scrollbar to manage the content. This has been resolved by adding changes to support dynamic content (with scrollbar) for center overlay.
SR-117083 · Issue 176581
Added sorting and filtering to work item AssignedTo and Status fields
Resolved in Pega Version 7.1.9
An enhancement has been added to allow for filtering and sorting the list of assignments at the bottom of a work item by the 'Assigned To' and 'Status' fields.
SR-128383 · Issue 193256
Child class assignments carried for bulk processing
Resolved in Pega Version 7.1.9
While processing the assignments from the Bulk Actions, the class of the parent work object was applied to child class assignments. This generated a 'Flow Action not found' error. This has been corrected so when the flow action sets a property value, it is setting the value at pyWorkPage instead of the page list item while processing the Child class assignments.
SR-130216 · Issue 202688
AssignActions modified to correctly ResumeFlow from sub-user
Resolved in Pega Version 7.1.9
If two flow actions were defined on a particular assignment in a flow that used WHEN rules to affect visibility in a sub-user's workflow, ResumeFlow was not correctly picking up the flow after the sub-user performed an action and closed the workflow. This was caused by the AssignActions state persisting instead of repopulating and continuing the flow, and the RUF 'FindAssignment2' has been modified to handle this correctly.
SR-132494 · Issue 201073
Exposed 'style' parameters for Workbasket and Operator dropdowns
Resolved in Pega Version 7.1.9
The ShowAllOperators and WorkBasketGadget out-of-the-box controls defaulted to in-line styles even when alternate styles were provided. To correct this, 'style' is now an exposed parameter for both Workbasket and Operator dropdowns.
SR-132896 · Issue 202844
Added handling for customized flows using "different work item" subprocess
Resolved in Pega Version 7.1.9
After upgrade, customized flows using the "different work item" choice on the subprocess for calling work flow from embedded data page work objects generated the error "'On Another Work Item' was specified yet the same object was supplied." This was traced to a missing pzInsKey for this use case, and the LaunchFlow RUF has been updated to handle this customization.
SR-133048 · Issue 202946
Enhancement added to filter list of bulk processing operators
Resolved in Pega Version 7.1.9
When opening Case Manger portal > Open bulk Actions, selecting the Filter condition as 'Assigned To Operator' showed all operators in the autocomplete list. An enhancement has been added to create the extension activity 'pyGetListOfOperators' for RD which can be updated as per the user requirement to filter the list of operators to be shown in the Bulk Processing Search.
SR-133048 · Issue 202342
Enhancement added to filter list of bulk processing operators
Resolved in Pega Version 7.1.9
When opening Case Manger portal > Open bulk Actions, selecting the Filter condition as 'Assigned To Operator' showed all operators in the autocomplete list. An enhancement has been added to create the extension activity 'pyGetListOfOperators' for RD which can be updated as per the user requirement to filter the list of operators to be shown in the Bulk Processing Search.