Hi,
I've changed some native behaviors and field formats, add some validations... They're already done by the wrong way, now it's time to rebuild them correctly.
How is the correct way to override [validations] section in the .js file?
Can you check the correct locations (or correct them), please?
Regards
Eduardo
I've changed some native behaviors and field formats, add some validations... They're already done by the wrong way, now it's time to rebuild them correctly.
What | Original location | Correct location | How to implement |
add validations and change formats | \htdocs\client\src\views\fields | \htdocs\client\custom\src\views\fields | override [validations] section and add js function |
add an automatic "preferredTeam" filter | \htdocs\application\Espo\Core\Controllers\Record.p hp | \htdocs\custom\Espo\Core\Controllers\Record.php | override actionList function |
How is the correct way to override [validations] section in the .js file?
Can you check the correct locations (or correct them), please?
Regards
Eduardo