Reltio Connect

 View Only
Expand all | Collapse all

How do I add business logic or validation on specific attributes in Reltio?

  • 1.  How do I add business logic or validation on specific attributes in Reltio?

    Reltio Employee
    Posted 06-17-2021 11:40
    What are best practices?

    ------------------------------
    Chris Detzel
    Community Program Manager
    Reltio
    ------------------------------


  • 2.  RE: How do I add business logic or validation on specific attributes in Reltio?
    Best Answer

    Reltio Employee
    Posted 06-17-2021 11:43
    @Chris Detzel,

    DVFAction function invokes the Data Validation Framework and is inserted into the L3 configuration by the Console UI whenever Validations are enabled.  The Console inserts the function into BeforeSave LCA hook, which makes all validations warnings (profiles are saved and the warnings are stored in the analytical attributes as documented).  
    An implementer can decide to add the function to Validate LCA hook.  This will PREVENT the profile from being saved in the UI, if ANY of the DQ checks fail.  There may be scenarios where the warning does not display in the UI (example is creation of new profile in the UI with DQ check failures).

    This is documented fairly well and is up to date as of 6/4/2021 in Reltio Documentation:

    Enabling Data Validation Function

    http://documentation.reltio.com/datamodeler/enabledvf.html  

    Managing Validation Functions
    http://documentation.reltio.com/datamodeler/managingvalidationfunctions.html  


    ------------------------------
    Adnan Selak
    ------------------------------