Configuring payment plans
3 Tasks
10 mins
Scenario
U+Bank wants its CSRs to offer a new payment plan to customers who are in collections. The payment plan consists of two equal payments made monthly.
Use the following credentials to log in to the exercise system:
| Role | User name | Password |
|---|---|---|
| Decisioning Architect | DecisioningArchitect | rules |
| CSR | cscsr | password123! |
Your assignment consists of the following tasks:
Task 1: Create the Two equal payments collections action
Create an action with a payment plan consisting of two equal installments in the Pay off debt group of the Collections business issue of Next-Best-Action Designer. Use the following properties:
|
Property |
Value |
|
Frequency |
Monthly |
|
NumberOfPayments |
2 |
Next, add an Inbound Call Center Treatment to the action.
Task 2: Configure dynamic payment plan calculation
Modify the NBA_Collections_PayOffDebt_Account_Ext strategy so that it calculates the right amount for all the installments based on the Frequency property of the newly created action.
Task 3: Configure Customer Decision Hub
Enable settings in the CS application so that offers from CDH are displayed in the CS Interaction Portal.
Task 4: Confirm your work
Initiate a demo call from Steve Smith, a customer whose account is in collections. Initiate the Schedule payment plan service request for that account, and then verify whether you can select the Two equal payments payment plan.
Challenge Walkthrough
Detailed Tasks
1 Create the Two equal payments collections action
- Log in to Pega Customer Decision Hub™ as a Decisioning Architect:
- In the User name field, enter DecisioningArchitect.
- In the Password field, enter rules.
- In the navigation pane of Customer Decision Hub, click Next-Best-Action > Designer.
- In Next-Best-Action Designer, click the Engagement policy tab.
- On the Engagement policy tab, in the Business structure area, in the Collections business issue, select the Pay off debt business group.
- Click Edit.
- Expand the Account actions section.
- In the Actions section, click More > Create action.
- In the Action Record Configuration section, in the text box, enter Two payments, and then click Create and open.
- In the Edit Action window, on the Details tab, in the Description field, enter Pay in two equal installments.
- In the Benefits field, enter Bring account current in two equal installments and avoid additional fees.
- In the Custom Attributes section, enter the following properties:
- In the Frequency field, enter Monthly.
- In the Number of Payments field, enter 2.
- Click the Treatments tab, and then click Inbound > Inbound Call Center.
- In the Configure Inbound Call Center Treatment dialog box, in the Agent assisted section, click the Add icon, and then click Apply.
- Click Save to create the Two equal payments action.
- Click Close (X) on top right.
- Click Save in the Engagement policy tab.
2 Configure dynamic payment plan calculation
- In the navigation pane of Customer Decision Hub, click Intelligence > Strategies.
- On the Strategies landing page, in the Search field, enter NBA_Collections_PayOffDebt_Account_Ext and then click View.
- In the search results, in the NBA_Collections_PayOffDebt_Account_Ext row, click Actions > Open Canvas.
- On the Strategy configuration page, click Check out.
- On the Strategy canvas, double-click the Best Result decision data shape.
- In the Set property properties dialog box, in the Define action, target, and source section, click Add item.
- In the action configuration row, in the Target field, enter or select .Amount.
- In the Source column, click the Build an expression icon.
- In the expression builder, enter the following expression, and then click Submit.
| @if(.Amount!=0,.Amount,@if(.Frequency=="Monthly",@divide(Account.DelinquencyAmount,.NumberOfPayments,2,"half_even"),Account.DelinquencyAmount)) |
-
Click Submit.
- On the Strategy configuration page, click Save.
- Click Check in.
- In the Check In dialog box, in the Check-in comments field, enter Dynamic payment plan calculation configured.
- Log out of Customer Decision Hub.
3 Configure Customer Decision Hub to present offers
- On the exercise system landing page, click Pega Infinity to log in as a CS Application administrator:
- In the User name field, enter CSAppAdmin.
- In the Password field, enter password123!.
- In the navigation pane, click Control Panel > Interactions > Suggestions.
- To the right of Offers, click Continue.
- Select the Allow agents to present other suggestions checkbox.
- Select the Enable Customer Decision Hub for Customer Service checkbox.
- Select 2 in the Other suggestions feature for agents dropdown list.
- In the Customer Decision Hub URL field, replace the URL with the URL for your current practice environment.
Note: The URL must have the format https://pega.XXXXXXXXXXXX.pegaenablement.com.
- Click Save.
- Log out of App Studio.
Want to help us improve this content?