How to override validate with on_submit?

i want to override validate with on_submit in appraisal in hr for the field total score.

Hi,

Did you find a solution for this pls ?

Kind regards,

In version 13, it’s possible to override the validate method (or any other method) using the override_doctype_class hook

https://github.com/frappe/frappe/pull/11527