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
ratnala manideepikaratnala manideepika 

Hi all, I have an opportunity object record. in that record when the field is updated i want sent a mail within 1 hour. I don't need trigger. i want solution by using admin part.

Abdul KhatriAbdul Khatri
Hi ratnala,

Why you wait for some time since within 1 hour can also be after just field update. With that you can also use Flow Trigger which is Admin part, no need for coding for that.

Let me know your thoughts.
SFDC12SFDC12
Hi,ratnala manideepika
you can use flows in that you can go with schedule trigger flow.
CharuDuttCharuDutt
Hii Manideepika 
You Can Use Process Builder Or Flow To Send Email After The Field Update
Suraj Tripathi 47Suraj Tripathi 47

Hi, ratnala

You can use workflow rule or process builder to send mail when the field is updated in opportunity. Below are the steps to follow :

1. Go to workflow rule or process builder.

2. Select Opportunity object.

3. Select the criteria created and edited the record. 

4. Add the immediate action to 'Email alert'.

5. Activate the rule. 

 

This will fire Email whenever a record is updated in the opportunity object.

Please mark it as the best answer if it helps you.