‎2009 Sep 30 10:34 AM
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.
‎2009 Sep 30 11:19 AM
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.
‎2009 Sep 30 11:38 AM
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
‎2009 Sep 30 12:10 PM
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.