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

Need email when a Lead is converted to an Account
Hello,
I am trying to set up a Workflow Rule to send an email to a certain department when a Lead is converted to an Account. Here is the Workflow formula:
AND( IsConverted = true, OR (ISPICKVAL (LeadSource, 'Trial Lead')), (ISPICKVAL (LeadSource, 'Campaign Lead')), (ISPICKVAL (LeadSource, 'Web Lead ')), (ISPICKVAL (LeadSource, 'Free 30-day Trial')) )
When I convert the test Lead, nothing is sent. The Workflow Rule is active and I have added the respective email notification as well. Any help would be greatly appreciated.
It's your parentheses...try this:
All Answers
It's your parentheses...try this:
Thanks for your help. I made the change and for some reason, the email isn't triggered when the Lead is converted. This has really baffled me. Any suggestion using a different approach? Reading the discussions, I would think that the IsConverted field is the best option for this, but this isn't working for me. Thanks for your time.
Regards,
Alexis
Somehow I accidentally clicked on something and it accepted your suggestion as a solution. In truth, your suggestion has helped, but for some reason, the email isn't being sent out.