Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Reminder mails

Former Member
0 Likes
455

Hi All,

My requirement is if manager is not apporved in 5 days i have to send remainder mail for each 5 days.

I have 2 managers if manager1 is approved it will go to the next manager2.

If manager1 is not approved within 5 days i am able to send remainder mails for each 5 days.This functionality is working fine.

My problem is that After approving manager1, manager2 has to approve. if manager2 is not approved in 5 days remainder mail is going to both managers.It has to go for only manager2.

Please tell me how we will do this.

3 REPLIES 3
Read only

Former Member
0 Likes
430

Hi All,

My requirement is if manager is not apporved in 5 days i have to send remainder mail for each 5 days.

I have 2 managers if manager1 is approved it will go to the next manager2.

If manager1 is not approved within 5 days i am able to send remainder mails for each 5 days.This functionality is working fine.

My problem is that After approving manager1, manager2 has to approve. if manager2 is not approved in 5 days remainder mail is going to both managers.It has to go for only manager2.

Please tell me how we will do this.

Read only

0 Likes
430

Hi ,

If u r using SAP workflow, then pass only the Manger2's details to the send mail task.

Please post the details on what u have done.

Jithin

Edited by: jithin james on Sep 30, 2009 12:40 PM

Read only

0 Likes
430

Hi ,

I am using zworkflow.

I placed dead line monitering on manager1 and manager2 approvals.

if manager2 is not approved in 5 days, manager1 dead line monitering loop is also running.

Means both managers are getting mails.