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
------------------------------