function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
kirankkirank 

Reg:Email services

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...

hitzhitz

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

 

 

kirankkirank

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...

piyush parmarpiyush parmar

Hi Kirank,

 

use Email Service 

Develop -> Email Service -> New Email Service

 

Thx

Piyush