Appeals and Grievances Manager application only: Updating the LoadAGMSettings data transform
If you are using Appeals & Grievances Manager 8.1 or earlier, and you have built an implementation layer on top of the application, you must update the LoadAGMSettings data transform to be compatible with Appeals & Grievances Manager 8.2.1.
Pega Foundation for Healthcare
Update Guide
- In the header of Dev Studio, search for LoadAGMSettings.
- Optional: Create a new Organization Determination case type in your custom
layer:
- Create a child class under your Complaint case type.
- To use the default OrgDetermination case type, copy pyDefault from PegaHC-AG-Work-OrgDetermination to the class you created in step 2a.
- Optional: Depending on your custom implementation layer, update the data
propagation from Complaint to the Child cases:
- Open the pyDefault case type rule for the complaint case in the implementation layer.
- Update the data propagations into the child cases according to the latest pyDefault case type of the PegaHC-AG-Work-Complaint in Appeals & Grievances Manager 8.2.1.
- To use the default report capabilities after the update, make sure that the new default properties are optimized in your implementation layer.
Previous topic Setting the version number of your built-on application