Difference between revisions of "Detecting duplicate cases"
(added content) Tag: Visual edit |
(Changed Application name - Daniela Siek) Tag: Visual edit |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{Design pattern|Title=Detecting duplicate cases|Description=Configuring the Search Duplicate Cases tool in Pega Platform|Version=8.5|Applications=Pega Platform|Capability Area=Case Management|Owner=Kollr}} |
− | | | ||
− | | | ||
− | | | ||
− | |Applications=Platform | ||
− | |Capability Area=Case Management | ||
− | | | ||
− | }} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== What is a duplicate case? == | == What is a duplicate case? == | ||
− | Duplicate cases are cases that have the same data and purpose. | + | Duplicate cases are cases that have the same data and purpose. But having the same data alone doesn’t make a case duplicate. |
− | |||
− | |||
− | The application has to ensure that it | + | The application has to ensure that it does not let duplicate cases undetected into the system. |
=== Example === | === Example === | ||
− | + | A customer has created two orders that have the same products, and quantities. In this case, the second order might be a duplicate order. The application has to evaluate whether the second order is a duplicate, and flag it. | |
− | + | Pega Platform provides the ability to configure conditions that help detect duplicate cases. | |
− | == | + | == How to detect duplicate cases == |
− | Pega provides '''[https://community.pega.com/knowledgebase/articles/case-management/85/searching-duplicate-cases search duplicate cases]''' | + | Pega Platform provides the '''[https://community.pega.com/knowledgebase/articles/case-management/85/searching-duplicate-cases search duplicate cases]''' feature, which gives the ability to detect duplicate cases. This has to be added to the case flow as a step, and you then configure the conditions. |
− | + | These are '''[https://community.pega.com/knowledgebase/articles/case-management/85/defining-basic-conditions-case-types Basic conditions]''' and '''[https://community.pega.com/knowledgebase/articles/case-management/85/defining-threshold-weighted-conditions-case-type Weighted conditions]''', which compare property values in the application to determine whether a case is a duplicate. | |
− | + | === Basic conditions === | |
+ | Basic conditions are the required conditions that '''must match''' for a case to be considered duplicate. | ||
− | === | + | === Weighted conditions === |
− | + | Weighted conditions can be assigned a score and a threshold, and can be defined as the sum of all the weighted conditions. | |
− | + | A case is deemed duplicate when: | |
− | + | * The basic conditions are matched, and | |
− | + | * the Sum of the weighted conditions matches or exceeds the threshold value. | |
== Related information == | == Related information == | ||
[https://community.pega.com/knowledgebase/articles/case-management/85/finding-duplicate-cases Finding duplicate cases] | [https://community.pega.com/knowledgebase/articles/case-management/85/finding-duplicate-cases Finding duplicate cases] |
Latest revision as of 19:17, 11 June 2021
Detecting duplicate cases
What is a duplicate case?[edit]
Duplicate cases are cases that have the same data and purpose. But having the same data alone doesn’t make a case duplicate.
The application has to ensure that it does not let duplicate cases undetected into the system.
Example[edit]
A customer has created two orders that have the same products, and quantities. In this case, the second order might be a duplicate order. The application has to evaluate whether the second order is a duplicate, and flag it.
Pega Platform provides the ability to configure conditions that help detect duplicate cases.
How to detect duplicate cases[edit]
Pega Platform provides the search duplicate cases feature, which gives the ability to detect duplicate cases. This has to be added to the case flow as a step, and you then configure the conditions.
These are Basic conditions and Weighted conditions, which compare property values in the application to determine whether a case is a duplicate.
Basic conditions[edit]
Basic conditions are the required conditions that must match for a case to be considered duplicate.
Weighted conditions[edit]
Weighted conditions can be assigned a score and a threshold, and can be defined as the sum of all the weighted conditions.
A case is deemed duplicate when:
- The basic conditions are matched, and
- the Sum of the weighted conditions matches or exceeds the threshold value.