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
rajgopal10rajgopal10 

Workflow rule mail sending to current user

Hi,

I want send an email to current user before 90 days of Close date.

how i can apporach this using workflow. Plase suggest.

Regards,

Raj
Nagendra ChinchinadaNagendra Chinchinada
Follow the below steps(Here I took the example as Opportunity object, Closedate field. You can create in the same way for your object).
1)First create a Workflow. In Time-Dependent Workflow Actions, click on Add Time Trigger and give the condition shown in below screenshot.Save it.
User-added image
2) Now Click on Add Workflow Action, and select New Email Alert.Now give Name and select Email template, select Recipients.
If you want to send email to user who created it, select Recipient Type as Creator.
If you want to send email to Owner, select Recipient Type as Owner....etc.

User-added image

3) Save and Activate the Worflow.