SR-A6069 · Issue 215077
Expanded debug information generated by pzUpdateElementModel
Resolved in Pega Version 7.2
The error message generated by pzUpdateElementModel has been updated to log more complete debugging information on the exception in the oLog.
SR-A6227 · Issue 217784
Fixed logic for property as dynamic label
Resolved in Pega Version 7.2
Property reference is visible instead of property value. User is When using a property as label to show dynamic labels, the property reference was visible instead of the expected property value. This was traced to a logic flaw during the markup generation for the 'GenerateCellContent' RUF, and has been corrected.
SR-A3064 · Issue 218100
Form submit disabled while Action List is processing
Resolved in Pega Version 7.2
When an Action List was being processed in response to a user action, there was no way, using out-of-the-box tools, to prevent the user from clicking on the Submit button while the process is running. This additional click or enter could cause a change in the transaction ID, which then caused incorrect data to be used in the assignment. In order to ensure the proper calculations are run, logic has been added such that once the action list processing has been fired, the buttons in the section are disabled until everything on the action list has completed.
SR-A8231 · Issue 218303
Form submit disabled while Action List is processing
Resolved in Pega Version 7.2
When an Action List was being processed in response to a user action, there was no way, using out-of-the-box tools, to prevent the user from clicking on the Submit button while the process is running. This additional click or enter could cause a change in the transaction ID, which then caused incorrect data to be used in the assignment. In order to ensure the proper calculations are run, logic has been added such that once the action list processing has been fired, the buttons in the section are disabled until everything on the action list has completed.
SR-A3064 · Issue 215647
Form submit disabled while Action List is processing
Resolved in Pega Version 7.2
When an Action List was being processed in response to a user action, there was no way, using out-of-the-box tools, to prevent the user from clicking on the Submit button while the process is running. This additional click or enter could cause a change in the transaction ID, which then caused incorrect data to be used in the assignment. In order to ensure the proper calculations are run, logic has been added such that once the action list processing has been fired, the buttons in the section are disabled until everything on the action list has completed.
SR-A4799 · Issue 213996
Frame resize resolved for SFDC Process Extender Bulk Processing
Resolved in Pega Version 7.2
The list and flow actions frames were not resizing properly in SFDC Process Extender Bulk Processing. This was caused by an 'access denied' error thrown if the top frame is not a PRPC frame, and the frameset method has been updated with a check to handle this issue.
SR-A5821 · Issue 214777
Included sections now added as referenced rules
Resolved in Pega Version 7.2
When including one section in another section with the page context as "Use clipboard page", the included section was not being correctly added to the pxRuleReferences page list when the embedded Page property of the section class was set as the using page. RUF pzValidateSectionIncludes has now been modified to consider the embedded Page property of the section class while adding the section in referencing rules.
SR-A1408 · Issue 206581
Localization added for @baseclass field values on iPad Fat Lists
Resolved in Pega Version 7.2
When using localized field values in the Fat List mode on an iPad, the RUF GenerateCellContent wasn't localizing the value but instead directly displayed the pyValue (i.e. the value entered for Value under Cell properties). This was due to the data-attribute-name not being localized for field values created only at @baseclass, and has been resolved.
SR-A7290 · Issue 216208
Made autocomplete field visible for mobile
Resolved in Pega Version 7.2
There was a problem with the visibility of the autocomplete field when used for add/remove buttons on mobile. The webkit-transform function was updated for smoother transition.
SR-A6422 · Issue 216542
Made busy icon visible during data upload wait
Resolved in Pega Version 7.2
The Busy Indicator was not being displayed during the wait period following the uploading of multiple records at a time from an Excel sheet to a flow action. This caused confusion about whether the process was still running. The issue was caused by poor positioning of the busy icon in a non-visible part of the screen, and the calculations for its location have been updated.