Defining your Pega Collections strategies
As Pega Collections™ does not fully support Pega Next-Best-Action Designer, you must create your own Pega Collections strategies. You can then add your custom strategies to Pega Collections data flows to further utilize them.
Before you begin:
Build your own Pega Collections strategy that is based on your business requirements and business logic. For example, a strategy that imports actions, applies decision logic or updates the actions with data, and then returns them. See “Creating Strategies” in the Pega Marketing for Financial Services User Guide on the Pega Marketing for Financial Services product page.
Steps:
- In the navigation pane of Dev Studio, click Records > Data Model > Data Flow.
- On the Data Flow tab, double-click the GetCollectionOffers row.
Save the data flow to your implementation customer class:
Click Save as.
In the
The class controls which rules the data flow can use, as well as which rules can call the data flow. field, press the Down arrow key, and then select your implementation customer class.In the field, select the name and version of the ruleset that stores the data flow.
Click Create and open.
Replace the decision strategy with your own Pega Collections strategy:
Double-click the Fallback Strategy shape.
In the decision strategy configurations window, in the field, press the Down arrow key, and then select the strategy that you created in the customer class.
Click Submit.
Repeat step 2 to step 4 for the following data flows:
GetPaymentPlans
GetSettlementPlans
Previous topic Pega Collections CreateOutboundInteraction SOAP service Next topic Troubleshooting integration between Pega Customer Decision Hub for Financial Services and Pega Collections