Adding a duplicate Case Type search
Archived
3 Tâches
10 mins
Débutant
Case Management
Anglais
Scénario
InsCorp wants to ensure that only one assistance request case is processed for each request. Customers that send assistance requests might have difficulty determining their exact location. If a customer submits multiple requests for the same vehicle, but for slightly different locations, the application should identify the new case as a duplicate case.
The following table provides the credentials you need to complete the challenge.
Role | User name | Password |
---|---|---|
Application Developer | author@gogoroad | pega123! |
Note: Your practice environment may support the completion of multiple challenges. As a result, the configuration shown in the challenge walkthrough may not match your environment exactly.
Présentation du défi
Détail des tâches
1 Add the Search duplicate cases automation
Note: For the purposes of this challenge, the relevant properties are exposed to support the duplicate cases search on data relationship properties.
- In the navigation pane of App Studio, click Case types > Assistance Request to open the Assistance Request case type.
- Hover over the Create stage, and then click the More icon to open the stage configuration menu.
- On the configuration menu, click Add process > New process to add a new process.
- In the label field of the new process, enter Resolve duplicate cases.
- Click Step > More > Automations > Search duplicate cases, and then click Select to add the Search duplicate cases automation to the process.
- To the right of the Collect Information step named Create (2), click the Delete icon to remove the step from the process.
- Drag the Resolve duplicate cases process under the Create request process so that the Create stage resembles the following image.
2 Define the basic condition
- Click the Search duplicate cases step to open the step properties pane on the right.
- In the step properties pane, click Add basic condition to open a dialog box to configure the basic condition.
- In the Potential duplicate list, in the Vehicle information - Data relationship section, select Make.
- Ensure that the Comparator list has the default value of is same.
- On the right, click the Add icon to add a row.
- Repeat steps 3-5 to configure the basic condition as shown in the following image.
- Click OK to close the dialog box.
3 Define the weighted conditions
- In the step properties pane of the Search duplicate cases step, in the And weighted conditions sum at least field, enter 50.
- Click Add weighted condition to open a dialog box to configure the weighted condition.
- In the Weight (0-100) field, enter a value of 25.
- In the Potential duplicate list, in the Service address - Data relationship section, select City.
- Ensure that the Comparator list has the default value of is equal to.
- To the right of the Current case field, click Select values to open the Select values dialog box.
- In the Type list, select Another field to display a drop-down list.
- In the drop-down list, in the Service address - Data relationship section, select City.
- Click Submit to select .ServiceAddress.City in the current case and return to the weighted condition dialog box.
- In the dialog box, click OK to complete the configuration of the first weighted condition.
- Repeat steps 2-10 to add two additional weighted conditions as shown in the following image.
- Click Save to apply changes to the Assistance Request case type.