Can i make a validation before insert? Example:
on before_insert:
1) Get config values from BD
2) Compare this values
3) if comparison is not valid, abort insert
thank you very much
Juliano
1 Answers
Your Answer
Can i make a validation before insert? Example:
on before_insert:
1) Get config values from BD
2) Compare this values
3) if comparison is not valid, abort insert
thank you very much
Juliano