You need to sign in to do that
Don't have an account?

Update field in salesforce base on email received
What could be my best approach on this; business case: Emails to update fields in salesforce
Templates will have merged fields
Signatory first name
Signatory Last name
Date
Removal date.
it is expected that these fields will automatically update contact fields when a reponses is received from customers. There should be a capability
of removing the signatory first and last name automatically if the customer wishes to in future with the removal date recorded
What is my best approach? can inbound emails do this?
please options on achiving this without creating a template are also wellcome.
I am not a core developer, detailed explanation will be much apreciated
Templates will have merged fields
Signatory first name
Signatory Last name
Date
Removal date.
it is expected that these fields will automatically update contact fields when a reponses is received from customers. There should be a capability
of removing the signatory first and last name automatically if the customer wishes to in future with the removal date recorded
What is my best approach? can inbound emails do this?
please options on achiving this without creating a template are also wellcome.
I am not a core developer, detailed explanation will be much apreciated
- from the setup menu, create a new email service. This will generate a new inbound email address that you can CC or BCC to your email that need to be evaluated. You will also need to delare an apex class that will run when said email is recieved
- create an apex class to do your logic processing.
Here is a basic example:Please let me know if this helps,
Travis