I'd like to extend project class to be able to send an email to everybody is involved in the project whenever this project is created, updated or deleted (I've already added a "team" associated with the project)
I was thinking to "copy" from todo node and use PostAdd, PostUpdate and PostDel, but I've got a problem with them since, for instance, PostAdd is called after the first insertion into the db of only the "name" of the project (then the dispatcher calls an edit action on it), and since there's not a "PostEdit" function in AtkNode class... Is there a way to override the moment in wich PostAdd is called? (the problem is that $rec is void after "add" action on a project, since it contains only the name)
Regards,
Peter
| http://www.achievo.org/lists | achievo.org - ©1999-2002 ibuildings.nl BV |