Configuring a policy integration
After you set up your integration service for policy management, you must configure Pega Sales Automation to retrieve policy data from the integration service.
Updating dynamic system settings for policy integration
To manage policy integrations in your implementation you must configure the PegaInsCRM PolicyIntSource dynamic system setting to specify whether you plan to enter internal policy data manually or retrieve internal policy data by using an integration.
- In the header of Dev Studio, search for and select the PegaInsCRM PolicyIntSource dynamic system setting rule.
- Enter one of the following values in the Value field:
- Enter true to retrieve internal policy data by using an integration.
- Enter false to enter internal policy data manually.
- Click Save.
Creating a new SOAP connector for policy integration
Use the Connector and Metadata wizard to create a new Connect-SOAP for your policy integration.
- In the header of Dev Studio, click .
- Complete the forms in the wizard. When you create a new Connect-SOAP, if you select Generate Data Class and provide the WSDL file for the service, the wizard creates the following rules in a new policy class:
- Parse XML
- Data transforms (request and response)
- Connect SOAP
- Activity
- Property rules
Updating the source system by line of business for policy integration
You can specify the source system for internal policy integrations based on your lines of business. For example, you can retrieve auto insurance policy data for your personal auto line of business from one source, while retrieving auto insurance policy data for your commercial auto line of business from another source.
- In the header of Dev Studio, search for and select the DetermineSourceSystem decision table rule.
- To save the decision table rule into your implementation layer, click Save as.
- Check out the decision table rule.
- Update the decision table to return the desired policy source system for each line of business.
- Check in the decision table rule.
- In the Dev Studio header search text field, search for and select the IsSourceIntegrated when rule in the PegaInsCRM-Work-Policy class.
- To save the when rule into your implementation layer, click Save as.
- Check out the when rule.
- Click the Advanced tab and add the policy source system using
the or operand.You can update the Logic string as A or B, where A is the sample source system and B is the new source for the policy integration.
- Check in the when rule.
Creating the system setting rule for policy integration
You must configure the source system URLs in the Pega Sales Automation application to support integrations for internal policies. To do this, create a system setting rule and enter the source URLs for each production level of your environment.
- In the header of Dev Studio, click .
- Enter a Label and an Owning Ruleset for the system setting
- Click Create and Open.
- On the Settings tab of the System Settings form, enter the
following information for each production level of your environment:
- In the Value field, enter the URL for the source system.
- In the Description field, enter a description for the URL.
- To save the system setting rule into your implementation layer, click Save as. For information on saving rules, see Copying a rule or data instance.
Updating the data transform and data page for policy integration
To retrieve policy data from the source system that you specified when you created the system setting rule for your integration, you must update the CallPolicyServices data transform and the D_GetPolicyDetailsByID data page.
- Log in by using an administrator account. Dev Studio opens.
- In the header of Dev Studio, search for and select the CallPolicyServices data transform rule.
- To save the data transform rule into your implementation layer, click Save as.
- Check out the data transform rule.
- Update the data transform to include the value specified in the system setting rule you created in the "Creating the system setting rule for policy integration" procedure.
- Check in the data transform rule.
- In the Dev Studio header search text field, search for and select the D_GetPolicyDetailsByID data page rule.
- To save the data page rule into your implementation layer, click Save as.
- Check out the data page rule.
- Update the data page rule to connect to the policy integration service for your implementation layer policy class.
- Check in the data page rule.
Mapping insurance product types for policy integration
You can map the products included in your policy administration system to the products you have set up in the Pega Sales Automation. This ensures that policy details for your customers and prospects in Pega Sales Automation are aligned with the product details in your policy administration system.
- In the header of Dev Studio, search for and select the D_ProductByProductName data page.This data page uses the PegaCRM-Data-Product rule to determine the Product ID based in the product name.
- Complete the steps in Setting up products.
Previous topic Policy integration requirements Next topic Quote integration