Skip to main content


         This documentation site is for previous versions. Visit our new documentation site for current releases.      
 

Claims configuration changes

Updated on October 9, 2020

The Duplicate edits configuration section is detailed below:

  1. On double click, the edit screen will open so that we can add / delete the properties on which we decide a claim/claim line is dupe or not.

  2. The property is sourced via data page D_CE_LoadESEnabledProperties, which in turn is sourced from an activity LoadESEnabledProperties. Three properties decide which properties must be loaded.
    1. ClassName: The custom search property class to be opened.
    2. Purpose: the purpose of the rule pySearch.
    3. GetClaimLinePropOnly: Boolean which decides whether to load claim level elastic search enabled properties or claim line level elastic search enabled properties.

  3. LoadESEnabledProperties
    • The Custom Search Properties object is opened with the ClassName and Purpose params. If GetClaimLinePropOnly Boolean is true we jump to step 4 otherwise we go to step 2.
    • Iterate through CustomSearchProperties.pyFTSIndexProperties and check whether it contains claim.claimline or not. If it contains the claimline, discard it, otherwise add it the Primary.pxResults removing the first dot in the property pyPropertyName.
    • Exit the activity as the claim line properties are loaded.
    • Iterate through CustomSearchProperties.pyFTSIndexProperties and check whether it contains claim.claimline or not. If it does not contain claimline, discard it, otherwise add it the Primary.pxResults removing the first dot in the property pyPropertyName.

Have a question? Get answers now.

Visit the Support Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega.com is not optimized for Internet Explorer. For the optimal experience, please use:

Close Deprecation Notice
Contact us