Send an email when field is modified

Archived from the Xataface Users forum.

extremal — Wed Oct 05, 2011 10:41 am

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!


shannah — Thu Oct 06, 2011 10:14 am

implement the beforeDelete() or afterDelete() triggers in your delegate class to send an email.


extremal — Thu Oct 06, 2011 11:45 am

thanks Shannah, i’ve already figured out how to do it