how to send approval remainder mail to Approver after 9-hours.

Kishore8
Kilo Guru

After 9 hours the mail should automatically send to approver for requesting approval

Req item, number..

how can we this????????????

1 ACCEPTED SOLUTION

Happy to hear that my answers helped you to resolve your requirement. Really the comments at the last made me to feel proud.



I think Most of your questions got answered by me But No response.Please mark as HELPFUL .So that it might help others who have the same requirement.


View solution in original post

35 REPLIES 35

bryan_strasburg
Mega Guru

In your workflow, you can leverage a combination of a fork and a timer:


Timer workflow activity



If you are thinking at a broader level, consider a workflow specifically on the Approval table itself (i.e. not embedded into the Req Item Workflow).


Thanks for your replay,



Actually i want to apply this ON requested items....could you ples tell that


Gurpreet07
Mega Sage

Add a timer activity parallel to approval activity. add a if activity and check if the last approval was approved(answer='yes') or not(answer='no')...


for no, fire email notification and route back the workflow to timer Activity. Delete the other output path.


Thanks for your replay,



Actually i want to apply this ON requested items....could you ples tell that