You need to sign in to do that
Don't have an account?

Sending email notfication to the task creator when task status is completed
Hi
Can any body tell me whether it is possible to send an email alert to the task creator once the task is marked as completed using
the standard functionality of the sales force. I mean the way we do for Account or Opportunity as mentioned below.
Create a workflow rule and check the condition ISPICKVAL(Status,'Completed') then set an immediate action as Email alert.
But for TASK
I can create only workflow rule abut not able to set the Email Alert as Immediate action.
Suggest::::::: How to achieve this
Can any body tell me whether it is possible to send an email alert to the task creator once the task is marked as completed using
the standard functionality of the sales force. I mean the way we do for Account or Opportunity as mentioned below.
Create a workflow rule and check the condition ISPICKVAL(Status,'Completed') then set an immediate action as Email alert.
But for TASK
I can create only workflow rule abut not able to set the Email Alert as Immediate action.
Suggest::::::: How to achieve this
Shanks,
I don't that is possible to do with a workflow:(
maybe, you can write a small trigger on the Task object to send the email!
Cool_D