Page 1 of 1

Send an email when field is modified

PostPosted: Wed Oct 05, 2011 10:41 am
by extremal
Hello,
I have field description in my database and want to send an email when description is deleted, can you please advice how to do it?

thanks!

Re: Send an email when field is modified

PostPosted: Thu Oct 06, 2011 10:14 am
by shannah
implement the beforeDelete() or afterDelete() triggers in your delegate class to send an email.

Re: Send an email when field is modified

PostPosted: Thu Oct 06, 2011 11:45 am
by extremal
thanks Shannah, i've already figured out how to do it :)