Reltio Connect

 View Only
  • 1.  Validate LCA is being triggered after record is Saved

    Posted 08-04-2025 02:37

    Hi Experts ,

    We have multiple LCA and DVF attached to entities and we have seen that DVF is being triggered before "the record is saved" but all the LCA  related validations where we have used the validate hook to throw  error messages in Reltio UI , are appearing after "the record is being saved" but the requirement is they should appear before the record is being saved ,so that user can correct the error and then save. 

    Could you please let us know how to achieve this , below is the snippet from L3 for LCA :- 

    "lifecycleActions": {

                    "afterReferenceAttributeAdded": [

                        "<Lamda Name>"

                    ],

                    "afterSave": [

                         "<Lamda Name>"

                    ],

                    "beforeSave": [

                      "Reltio/DVFAction"

                    ],

                    "validate": [

                         "<Lamda Name>",

                        "Reltio/DVFAction"

                    ],



    ------------------------------
    Utsa Das
    Novartis
    ------------------------------


  • 2.  RE: Validate LCA is being triggered after record is Saved

    Reltio Employee
    Posted 08-04-2025 09:49

    Hello Utsa,

    The LCA should be applied to the "beforeSave" section of the configuration.

    "beforeSave": [
         "Reltio/DVFAction",
         "<Lamda Name>"
    ]



    ------------------------------
    Bryant Barrenechea
    Solution Architect | Professional Services
    ------------------------------



  • 3.  RE: Validate LCA is being triggered after record is Saved

    Reltio Partner
    Posted 08-28-2025 09:14

    Is there any example document to implement LCA using externally installed Lambda?



    ------------------------------
    Subhadeep Ray
    Cognizant
    ------------------------------



  • 4.  RE: Validate LCA is being triggered after record is Saved

    Reltio Employee
    Posted 08-28-2025 10:44

    The Reltio Documentation portal has useful resources related to deploying/implementing Lambda LCAs. There is also a link to a Sample LCA Lambda project within one of the sub-sections.

    https://docs.reltio.com/en/developer-resources/about-developer-resources/developer-resources-at-a-glance/customize-data-tasks-with-lcas/lca-implementation-using-aws-lambda



    ------------------------------
    Bryant Barrenechea
    Solution Architect | Professional Services
    ------------------------------