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
NevDevNevDev 

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.
Gokula KrishnanGokula Krishnan
Hi NevDev,

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.