Installing the application
To install 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. - 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);
Optional: Importing the sample data
The Pega CRM for Healthcare distribution media includes sample data to help you explore the application capabilities. The sample data includes disabled sample operators that you can enable to learn about the workspaces for each operator role. Importing the sample data is optional, and the sample data that is provided might not align with your business needs.
- In the header of Dev Studio, click .
- Browse to select the file or files to import. Import the
following file or files, in the sequence shown.
SampleDB\CSHCSample.jar
SampleDB\CSHCKMSample.jar
SampleDB\SAHCSampleApp.jar
SampleDB\SAHCSampleData.jar
- Follow the wizard instructions to import the sample data.
Optional: Enabling sample operator accounts
If you imported the sample data, operators are included that allow you to access the sample data. For security purposes, sample operators are disabled by default.
To enable the sample operators, complete the following steps.
- In the header of Dev Studio, click .
- In the Disabled operators section, select the check box next to the operator ID to enable.
- Click Enable selected.The Enable Operator dialog is displayed.
- Click Submit to confirm that you want to enable the selected
operator ID.
The application assigns a randomly generated one-time password to each operator that you enabled, and it displays the operators and passwords in the dialog box as shown in the following example:
- Write down the passwords so that you can log in as that operator.
- Click OK to close the dialog box.
Previous topic Backing up your system Next topic Optional: Adding the PegaCSHC-Cases-CME ruleset for DX API customizations