How to update the records directly from email to salesforce related object not by using tomcat or any other server just it should done by using only email services...
what my quiry is, we have to send an email which is having the fields and there if they enter the details and click update directly from email the record should be updated to salesforce and it should be available in that object...
HI, Kirank
assuming that your are aware about Email Service
you have to create inboundEmail service class to fuullfill your requirement check below link
http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_classes_email_inbound_using.htm
hi hitz,
thanks fr ur responce
what my quiry is, we have to send an email which is having the fields and there if they enter the details and click update directly from email the record should be updated to salesforce and it should be available in that object...
Hi Kirank,
use Email Service
Develop -> Email Service -> New Email Service
Thx
Piyush