You need to sign in to do that
Don't have an account?
Gdickens3
Task Subject Update
First time poster/coder
I have tried to create a workflow to update a task subject when my user sends an email using the BCC to Salesforce. However I think it might need to be updated 'before' rather than how a workflow operates on user action. It seems simple enough, but I've never created a code. Is there any help out there?
Thanks!
Hi,
You can’t do this through workflow.
You have to use inbound email service to achieve this. Please go through the link for more details:
http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_classes_email_inbound_using.htm
http://wiki.developerforce.com/page/Force.com_Email_Services
Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved.