Hi @Gowthamprabhu Sivaraj ,
Thank you for reaching out to community
for the UI you should use the validation service(validate hook) instead of the beforesave since currently it is not possible
Please use the Validate hook you will be able to see the validation clearly in the UI
Also try using the DVF error action from the data modeler for the entity types
here I have defined firstname as mandatory and record will not be saved when the firstname is populated
be sure that you need to enable the validate hook with dvf lca into data model for entity type for this functionality work
"lifecycleActions": {
"validate": [
"Reltio/DVFAction"
],
"beforeSave": [
"Reltio/DVFAction"
]
}

------------------------------
Shivaputrappa Patil
------------------------------
Original Message:
Sent: 02-15-2023 13:53
From: Gowthamprabhu Sivaraj
Subject: Customising LCA error messages
Whenever there is an exception in the before save LCA action, the default error message is shown in the UI , though the error message contains the exception description, there are also other information shown. Is it possible to customise the font, the message and the banner colour of the exception ?
Thank you .
------------------------------
Gowthamprabhu Sivaraj
AstraZeneca
------------------------------