who declined?

  • 13 March 2009
  • 1 reply
  • 0 views

Badge

Parallel activity : Plan all at once  


I have a scenario where I need to notify all destination users by email when task is declined by an approver. The email should  also contain the name of the approver. How to get the name of the approver who declined it?


1 reply

Badge +9

Can you add, to the same activity as the client event, another event which sends an email to destination users.
If you make this a server code event, you could check whether the current user has declined, and if so, send an email to all other users (using code).

There may be a better way of doing this??

Reply