This calls for validation by reading values from database table. Validation will not work directly, and only way is to have trigger in delegate class:
- Code: Select all
function beforeInsert(&$record){
*CODE*
}
What should this *CODE* include is my question[/code]