You need to sign in to do that
Don't have an account?

Override Standard Validation message
How we can override the message provided by the required validation in Page Layout for Required field?
You need to sign in to do that
Don't have an account?
How we can override the message provided by the required validation in Page Layout for Required field?
You can do one thing like go to the Field where you want to override the standard error.
Edit it, uncheck Required under General Options and then add up a validation rule as below:
Lets say your field name is RequiredCustField__c, so the validation would be like:
Let me know if it works for you.
Regards,
Lakshman
All Answers
Hi,
I don’t think you can overwrite the standard validation error on Standard Page. But if you are creating your custom page for that then you can do this. For custom validation you can go to that validation rule and change that error message.
Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved.
You can do one thing like go to the Field where you want to override the standard error.
Edit it, uncheck Required under General Options and then add up a validation rule as below:
Lets say your field name is RequiredCustField__c, so the validation would be like:
Let me know if it works for you.
Regards,
Lakshman