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
Pathan SPathan S 

How to get Email message when records are updated?

How to get notification or email alerts when I modified or Updated records in salesforce Opportunity.where i can write rule or validation..plz reply.
gayatri sfdcgayatri sfdc
Hi Pathan,

You can write a workflow rule for this with action as Email alert.

Place your condition like( Any particular field update/ !ISNEW() && Field updated)

Actually you don't really have to check for criteria for that.  Just set the workflow rule to "Whenever A Record Is Created Or Edited," it automatically takes care,if that is not based on any field update.

Keep learning:)
BJ SAGABJ SAGA
Hi Pathan,

There are lots of ways to achieve this. You can Configure using WORKFLOWS, PROCESS BUILDER or you can write TRIGGER and through trigger you can write piece of code to send EMAIL.

I wouls suggest you to go with WORKFLOWS. The are quite Simple as said by GAYATRI SFDC.

Thanks & Regards

SAGA BJ