Key changes that need attention during update
- The parent class for below mentioned classes have been updated to a new class as
shown below:
Class name Old New PegaApp-Interface- Work-Cover- Data- PegaApp- Work-Cover- @baseclass PegaApp-Interface-Contact PegaApp- PegaApp-Interface- PegaApp-Party- PegaApp- Data-Party PegaApp-Party-Contact PegaApp-Party- Data-Party-Person PegaApp-Party-BusinessUnit PegaApp-Party- Data-Party-Com PegaApp-Work- PegaApp- Work-Cover- If any of the above classes are being used in the implementation layer as per the old inheritance path and if new inheritance path is impacting your use case, save the old class structure to your implementation layer.
- Property level changes: Updated the properties having blank/custom control to appropriate OOTB control. Updated sections referencing these properties to leverage OOTB controls. Existing control rules are intact. If you observe any UI distortions or functional impact with above property level changes, please update the sections in your implementation layer accordingly.
- Addressed compilation issues during “re-validating and saving” of the Pega Foundation for Insurance application. As part of this process, few rules have been deprecated and withdrawn. For more information, see Deprecated rules list and Withdrawn rules list. If any of these rules are being used in the implementation layer and if you see a need to make this rule available, save the earlier version of the required rule, to the implementation layer.
Previous topic Updating to version 7.3 and later