Reltio Connect

 View Only
  • 1.  Restrict duplicate values to be loaded into Reltio

    Posted 12-13-2022 12:32
    Hi Team,
    We have a requirement to restrict Reltio UI from accepting duplicate values for an attribute.

    for e.g. if there is an existing entity with String attribute: phoneNumber, that has value: '999999999', then Reltio should throw warning or error if another entity is created/updated via Reltio UI with same phoneNumber (999999999)
    Business team does not want the duplicate phoneNumber loaded into Reltio and get then captured as potential matches.

    Is there any possibility to implement this using LCA, DVF or any other functionalities?

    Thanks!


  • 2.  RE: Restrict duplicate values to be loaded into Reltio

    Posted 01-27-2023 03:40
    Hi Hanes,

    Here's my thought on above requirement.

    I had implemented similar case using Python since i had landing layer between the source & target to handle such use-cases.
    Custom LCA can be built check on the value's variables and throw an error. But deploying such kind of LCA could actually degrade performance.

    LCA Link - https://docs.reltio.com/en/model/customize-data-tasks-with-lcas/life-cycle-actions/lca-handler
    DVF Link - https://docs.reltio.com/en/model/cleanse-data/validate-cleansed-data/validation-service/validation-service-configuration?_gl=1*18e21nd*_ga*MTk0MjI2NzQwNS4xNjY4NzQ4MjM3*_ga_10T7JBJVN3*MTY3NDgwMzc3Mi4zMi4xLjE2NzQ4MDM3OTUuMC4wLjA.


    ------------------------------
    Chetan P
    Freshworks
    ------------------------------