Updating the application
To update Pega CRM for Healthcare, complete the procedures in this section.
If you are using Pega Customer Decision Hub with Pega Sales Automation for Healthcare or Pega Customer Service for Healthcare, or both, follow the procedures in the Pega Customer Decision Hub Installation Guide and see "Configuring your Pega applications to support CRM" in the Pega Customer Decision Hub Implementation Guide. Both guides are available on the documentation page.
Importing the application file
The system data and rulesets for Pega CRM for Healthcare are loaded during this task.
- Log in to Pega Platform
(
https://<hostname>:<port>/prweb
) by entering the administrator ID, for example, [email protected] and the password that you used during Pega Platform installation. - In the header of Dev Studio, click .
- Select the
Rules\PegaCRMHC.jar
file from your distribution media, and then follow the wizard instructions. - Select the Enable advanced mode to provide granular control over the import process check box. When that check box is selected, the wizard displays all instances in the current environment that have a newer version of the RAP being imported. For each instance, you decide whether to override the instance or skip the import.
- For schema changes, depending on your site's requirements, select either
Automatic or Manual, and then continue
following the wizard instructions.
If you select Manual, see Viewing and applying schema changes.
- If you are using Pega Sales Automation for Healthcare, import the
CensusTools.jar
file. Otherwise, skip this step.- In the header of Dev Studio, click .
- Browse for and select the
ResourceKit\CensusTools.jar
file. - Click Next to import the JAR file that contains rules and other objects.
- When the import is complete, click Done.
- Apply the required hotfixes by using Hotfix Manager. For more information about applying hotfixes, see Applying the latest on-premises patch.
- Optional: Verify the application rules.
- In the navigation pane of Dev Studio, click .
- Confirm that the following application rule or rules are displayed in the
list:
- CSHC 8.7
- CSHC 8
- PegaHCSPM 8
- Required if you installed Pega CRM for Healthcare 8.7 on DB2: Install HFIX-83338 by going to My Support Portal Frequently Asked Questions and following the steps to request an existing hotfix.
- Required if you installed Pega CRM for Healthcare 8.7 on DB2,
and installed HFIX-83338 in the previous step: Follow these steps to reverse the
changes that you previously made in the database:
- ALTER TABLE <rule_schema>.PR4_RULE ALTER COLUMN pyLabel SET DATA TYPE VARCHAR(64);
- ALTER TABLE <rule_schema>.PR4_RULE_VW ALTER COLUMN pyLabel SET DATA TYPE VARCHAR(64);
- ALTER TABLE <rule_schema>.PR_INDEX_REFERENCE ALTER COLUMN PXREFERENCINGDESCRIPTION SET DATA TYPE VARCHAR (64);
Previous topic Updating legacy Pega Customer Service portals Next topic Optional: Adding the PegaCSHC-Cases-CME ruleset for DX API customizations