Reltio Connect

 View Only
  • 1.  Double error message on data validation function

    Posted 10-10-2025 10:40

    I'm getting the following when I have a data validation function return an error:

    I only have one DVF defined on DUNS Number, so why is it showing up twice?

    Thank you



    ------------------------------
    Trevor Burn
    Assent
    ------------------------------


  • 2.  RE: Double error message on data validation function
    Best Answer

    Posted 10-13-2025 01:19

    Hi Trevor

    This usually happens when the l3 configuration has multiple "Reltio/DVFAction" under any lca hook. Make sure the lca hook has only one for each hook.

    "lifecycleActions": {
    "beforeSave": [
    "Reltio/DVFAction"
    ],
    "validate": [
    "Reltio/DVFAction"
    ]
    },


    ------------------------------
    Sheshadri V
    Workday
    ------------------------------



  • 3.  RE: Double error message on data validation function

    Posted 10-15-2025 07:47

    This was it. Thank you for the quick and accurate response.



    ------------------------------
    Trevor Burn
    Assent
    ------------------------------