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
SunnyShinySunnyShiny 

Send a mail 20 days after an event is completed

Hello,

I need to send a mail if an event is not completed and end date < Today-14days.

Thanks

 

I dont know how to do that.

I guess I need to create an Email alert than maybe a workflow rule but how can I reach this enddate.

Is it the same as activitydate?

 

Thanks

Best Answer chosen by Admin (Salesforce Developers) 
prakash_sfdcprakash_sfdc
Create a formula field with return type as DATE and do all calculation in that formula and use that in time dependent workflow actions.

All Answers

prakash_sfdcprakash_sfdc
Create a formula field with return type as DATE and do all calculation in that formula and use that in time dependent workflow actions.
This was selected as the best answer
SunnyShinySunnyShiny

I actually still dont have access in the formula date to the start or end date from event object :(

prakash_sfdcprakash_sfdc
No access means ? Make sure you are trying to create the formula field on the event object