When developing it could take quite a while to go over all validations, so to exclude messages that are not relevant we want the validations tailored to our situation to reduce as much overhead as possible.
Currently we have modified the validations base project in the SF (40 validations in total):
- Turned off specific validations made by Thinkwise that are not relevant for us
- Edited specific validations made by Thinkwise to add exempts for specific situations
- Added own validations
After each SF upgrade the validations could be overwritten, so we create a branch for the validations project, copy all our changes to the branch and merge it back.
This doesn’t seem the most ideal way to go, specially since the base projects are locked now. What would be the best practice for customizing Thinkwise-made validations in the SF?
