How to set up back up approvers?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-22-2014 11:20 PM
I have received a request to set up a secondary approver. The request is that if the primary approver doesn't respond in 2 business days we need to cancel that approval and resend the approval request but this time it should also include the secondary approver. The approvals are triggered from a workflow.
Can anyone please help me with this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-26-2014 04:12 AM
Hi Chandan, even if we use branch in the workflow, we need to stop the timer in case the approver has approved within the defined time period.
Do you have any idea how can stop the timer?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-26-2014 05:56 AM
you don't need to really... after the timer expires put in an if statement to test if the approval is still in requested <this way you will cover both approved and no longer required> if it IS in approved trigger the approval if not skip it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-31-2014 11:04 PM
hey,
I have the same prb, i tried your logic still incomplete is not working......
Could you please assist ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-05-2015 07:27 AM
when you say it isn't working what is happening that isn't expected... what is the desired action and can you post a workflow of your item.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-06-2015 10:33 AM
Hi Doug,
'Join' part was not working for me...as if the either request is approved or timer is finished then workflow should take the 'incomplete' route of join.
But i did same thing with using wait for condition at place of Join and it is working for me.
Thanks for your logic.