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
AbAb 

send email on save of record

Hello,

I have 3 lookups (users) on the page.
I want to send email to theses users once the record is saved.

what are steps to implement
Best Answer chosen by Ab
Shikha AgashiShikha Agashi
You can use Standard functionality of workflow along with Email alert. 

If you have complex requirement, you can with following approach
If it is VF page, you can write your logic in Save method to send an email users on your record.

If it is standard page, you can write after insert trigger and send email to those those users.