Configuring duplicate claim validation
To check for any duplicate claims that are similar to the current claim and add an exception if found use the
PegaMfg-AMS-Work-WR-CL-ClaimUnit.CheckForADuplicateClaim
data
transform.Pega Warranty searches the RepairOrderNumber
, VIN or
Serial Number, RepairLineNumber
, and
CausalPartNumber
attributes to check for duplicate claims. The values
are passed as parameters to the report definition from the data transform. The report
definition fetches the results that are sorted based on the creation time. As a result,
the first result is the most recent duplicate.
The pyID of the first result is
set in the RecentDuplicateClaimID
property on the claim unit. This
property is used in the ExceptionCodesMapping
decision table to set the
exception code.
- In the navigation panel of Dev Studio, click
- Click .
- Click the filter for Name and search for
CheckForADuplicateClaim
. - Click the rule to open it.
- Configure as needed and save the rule into your implementation layer. For additional information about locked and unlocked rulesets, see Copying a rule or data instance.
- Click Save.
Previous topic Configuring miscellaneous data validation Next topic Initializing exception and disposition flags