HI Friends,
I need to design the work flow,I have status field in CRM called 1 st call.I need to send notification after 5 business days.
Notification sent that distinguishes have not been followed up on by EOD 5 business days after the first call
thanks
*This post is locked for comments
I have the same question (0)Hi Ayesha
You can Create Workflow on Entity which Triggers for Status change
Add Condition : If Status = 1st Call
Add Step: Update Record: Set new_1stcalldate(newdatefield) = execution time
As shown in below screenshot
Add Step: Wait Condition: Wait Until new_1stcalldate(newdatefield) = 5 Days After new_1stcalldate
as shown in below screenshot;
Then Finally Add Send Email Step
Workflow looks like below screen screenshot
Hope that answers your question ?
Best Wishes, Raz