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
------------------------------
Original Message:
Sent: 08-04-2025 02:37
From: Utsa Das
Subject: Validate LCA is being triggered after record is Saved
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
------------------------------