Configuring payment plans
2 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 four equal payments made over one month.
Use the following credentials to log in to the exercise system:
Role | User name | Password |
---|---|---|
Decisioning Architect | DecisioningArchitect | rules1234! |
CSR | [email protected] | rules1234! |
Your assignment consists of the following tasks:
Task 1: Create the Four equal payments collections action
Create an action with a payment plan consisting of four equal installments in the PayOffDebt group of the Collections business issue of Next-Best-Action Designer. Use the following properties:
Property |
Value |
CommissionPercentage |
3 |
Frequency |
WEEKLY |
NumberOfPayments |
4 |
Next, add an Agent Assisted 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: Confirm your work
Initiate a demo call from Carmelita Williams, a customer whose account is in collections. Initiate the Schedule payment plan service request for that account, and then verify whether you can initiate the Four equal payments payment plan.
Challenge Walkthrough
Detailed Tasks
1 Create the Four equal payments collections action
- On the exercise system landing page, click Pega CRM suite to log in to Pega Customer Decision Hub™.
- Log in as a Decisioning Architect:
- In the User name field, enter DecisioningArchitect.
- In the Password field, enter rules1234!.
- 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 Four payments, and then click Create and open.
- In the Edit Action window, on the Details tab, in the Description field, enter Pay in four equal installments.
- In the Benefits field, enter Bring account current in four equal installments and avoid additional fees.
- In the Custom Attributes section, enter the following properties:
- In the CommissionPercentage field, enter 3.
- In the Frequency field, enter WEEKLY.
- In the NumberOfPayments field, enter 4.
- Click the Treatments tab, and then click Add channel > Agent assisted.
- In the Configure Agent Assisted Treatment dialog box, in the Agent Assisted Inbound section, click the Add icon, and then click Apply.
- Click Save to create the Four equal payments action.
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 @if(.Frequency=="WEEKLY",@divide(Account.DelinquencyAmount,4),@if(.Frequency=="BI-WEEKLY",@divide(Account.DelinquencyAmount,2),Account.DelinquencyAmount)), and then click Submit.
- 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.
Confirm your work
- On the exercise system landing page, click Pega CRM suite to log in to the Pega Customer Service™ application.
- Log in to the Interaction Portal as a CSR:
- In the User name field, enter [email protected].
- In the Password field, enter rules1234!.
- In the header of the Customer Service application, click New > Demo Interactions > Collections > Demo Card Coll – Williams to launch the customer interaction.
- In the Incoming call window, click Accept to initiate the customer interaction.
- Click Add task.
- Double-click Schedule payment plan.
- In the Schedule payment plan section, in the Payment plan menu, select the newly created Four payments plan.
- In the Payment 1 section, in the Due date field, enter tomorrow's date.
- In the Payment method menu, select Internal transfer.
- In the Account to transfer from menu, select the available account.
- Click Save, and then Apply to subsequent payments.
- Click Next, and then click Confirm.
- Ensure that in the Collection case details section of the Account composite, the status of the collections case is Active Payment Plan.
This Challenge is to practice what you learned in the following Modules:
Available in the following mission:
Want to help us improve this content?