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

email notification that defines fields that have been updated
I have a requirement whereby management would like an email notification if any fields have been updated on the Opportunity record. I'm trying to figure out how to include the actual field that has been updated so that it shows the field From Value and field To Value.
You can use Trigger. Where you can get the from value and to value, and can send Email Notification.
Reference :
https://help.salesforce.com/articleView?id=000188017&type=1
http://www.sfdc99.com/2014/02/25/comparing-old-and-new-values-in-a-trigger/
Thanks,
If it helps you, please mark is as best answer, so it will be helpful for other developers.