Discussions
- General Development
- Schema Development
- Apex Code Development
- Visualforce Development
- Formulas & Validation Rules
- Security
- Mobile
- Force.com Sites & Site.com
- Chatter Development
- Java Development
- .NET Development
- Perl, PHP, Python & Ruby
- Desktop Integration
- APIs and Integrations
- Visual Workflow
- Apple, Mac and OS X
- VB and Office Development
- AppExchange Directory & Packaging
- Salesforce Labs & Open Source Projects
- Other Salesforce Applications
- Jobs Board
- Force.com Discussion Boards
- :
- Developer Boards for Force.com and Database.com
- :
- General Development
- :
- Email Alert through Workflow does not create an Ac...
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Email Alert through Workflow does not create an Activity History
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-18-2010 09:06 AM
Does anyone know why an email alert triggered from a workflow would not be creating the associated activity history? Emails sent through the interface, through Apex, and through the API are all logged in activity history (when the appropriate information is set). The email alert is set to be sent to the Contact Email (standard) field.
Thanks!
Solved! Go to Solution.
Re: Email Alert through Workflow does not create an Activity History
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-18-2010 10:44 AM
Re: Email Alert through Workflow does not create an Activity History
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-18-2010 10:57 AM - edited 03-18-2010 10:58 AM
Re: Email Alert through Workflow does not create an Activity History
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-18-2010 12:08 PM
Re: Email Alert through Workflow does not create an Activity History
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-19-2010 12:38 PM
Re: Email Alert through Workflow does not create an Activity History
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-23-2010 10:45 AM
Re: Email Alert through Workflow does not create an Activity History
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-23-2010 01:00 PM
Update - I was mistaken. Workflow Email Alerts never create activites (confirmed from workflow PM).
I believe I was confusing them with HTML Mass Emails, which are a different breed.
Re: Email Alert through Workflow does not create an Activity History
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-23-2010 01:26 PM
John,
Any way we can get the ability to specify whether or not an Email Alert should create an activity added to Salesforce's road map? Why might someone not want an Email Alert to not create an activity? I will search the Idea Exchange for this suggestion.
Thanks!
Re: Email Alert through Workflow does not create an Activity History
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-23-2010 01:29 PM
If anyone wants this feature, promote this idea:
https://sites.secure.force.com/ideaexchange/ideaVi
Re: Email Alert through Workflow does not create an Activity History
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-27-2010 09:11 AM
I promoted the idea (which I imagine has fallen off the radar because the original idea was posted in 2007) and also just came up with a workaround that might help some others.
First some context. We have a client who wants to have an email automatically sent to leads when they're entered manually, rather than through the web.
To enable this and prevent the wrong leads from getting the introduction, we added a tickbox that users tick if they want leads they're entering to receive the email.
We then created a workflow rule to send an email to the email address of the lead entered. Our expectation was that when this email was sent, the lead's Activity History would be updated.
As we know, this isn't the case. So here's the workaround:
- Duplicate the email template that you're using for the outbound email
For example, we created a template called "Leads: Auto-Introductory Email to Leads" and a second one called "Leads: Auto-Introductory Email to Leads FOR ACTIVITY HISTORY" - Somewhere in the duplicated template, "ref" the ID of the record for which you want to track the activity
For example, in our duplicated template, we added ref: {!Lead.Id} - Duplicate the original email alert, make it send ONLY to the administrator's Email-to-Salesforce address, and use the duplicated email template with the "ref" in it

