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
- :
- Apex Code Development
- :
- Adding emails to Activity History of case
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Adding emails to Activity History of case
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-05-2012 10:57 PM - edited 12-05-2012 11:34 PM
HI,
I have requirement where customer replied emails to be attached to the case activity history.
So, I created an Email Template where I added the ThreadID in the subject as well as the in the message body and created a new case from email to case and an auto response mail was sent. When the customer replies to the mail
I am receiving mails from the customer but it is creating a newtask for a related case since my create a task option is checked in email to case.
Now I unchecked the creating a task option in email to case but the received email are not displayed any where.
Can I have the solution how to attach email to case activity history when a customer replies to it.
Thanks,
Deepthi.T
Solved! Go to Solution.
Re: Adding emails to Activity History of case
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-07-2012 01:52 AM
Hi
i think two solutions for your problem
1. create trigger for creating email after creating task.
2. use email services
Re: Adding emails to Activity History of case
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-09-2012 08:15 PM
Thanks for the reply I got the solution, we cannot add the incoming mails to activity history but they can be added to open activities (i.e.. Which creates a new task for all incoming mails) using Thread ID

