Hello Team.
I implemented validation rule for saving to prompt the user not save empty field, and when i tried saving empty field and just after the validation message popup asking me to fill the filed, then my controller also brought out EntityValidationerrorMessage as shown in the snip shot, I tried to Identify the error but I could not.

Prasad RaveendranPosted May 16, 2024, 2:07 AM
Would you mind to share the code snippet from the client side as well?
Ensure that the client-side validation is properly configured to prevent form submission if required fields are empty. This is usually done using HTML5 validation attributes or JavaScript validation.
sample code snippet below