Is there a way to add all validation rules in a file and then jest call the file ? or is better to have validation on the function for the specific table.
Validation rules
- Single Page
Posted 28 August 2013 - 10:27 AM
Posted 29 August 2013 - 15:10 PM
Well technically it is used as part of the function which is used for creation of the grocerycrud form / grid. There when you set the rules, the function will automatically set it again and will be parsed in post insert / update validation call. If you plan to keep it outside, you can but then will have to manage your way to deal in with validations.
Posted 30 August 2013 - 07:59 AM
Thanks for the info...