Skip to main content
Nintex Community Menu Bar

who declined?

  • March 13, 2009
  • 1 reply
  • 5 views

Forum|alt.badge.img

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

Forum|alt.badge.img+9
  • March 16, 2009

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??