- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2017 03:30 PM
After 9 hours the mail should automatically send to approver for requesting approval
Req item, number..
how can we this????????????
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-06-2017 05:41 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2017 03:46 PM
In your workflow, you can leverage a combination of a fork and a timer:
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).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-06-2017 01:09 AM
Thanks for your replay,
Actually i want to apply this ON requested items....could you ples tell that
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2017 06:17 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-06-2017 01:09 AM
Thanks for your replay,
Actually i want to apply this ON requested items....could you ples tell that