- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2020 05:42 AM
Any one achieve the below in Service now. If yes please suggest the steps.
"Approver must approve the RITM approval within 30 days from the created date. If they fail to do so, the RITM should be auto-rejected with added comments "Approval timeline exceeded, Request item is rejected" and send a notification to requester and approver.
Thanks,
Antony
Solved! Go to Solution.
- Labels:
-
Request Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-27-2021 08:51 AM
We can do it using Flow Designer. I used Rome version.
1] Schedule the Trigger to run daily at any time preferably outside business hours.
2] Set the Action to look for all approval records which are in "Requested" state and the creation time is more than 30 days
3] Check if the count of no.of approvals in "Requested" state is greater than 0.
4] Then loop over each non approved records and finally update the state to "Rejected" and add comments as required.
Thanks,
Ritesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2020 05:59 AM
You can set this in the workflow if you have a workflow the RITM using a wait condition
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2020 06:28 AM
Hi Rajesh,
Thanks for your response. In this case i need to set this into all the workflow correct?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2020 07:13 AM
You should ideally use Timer, Notification, and Run Script activities in the RITM Workflow for performing these sort of activities.
Timer to wait for the X-day durations, Notification to send the reminder email and the Run Script to Cancel/reject the approval.
The above steps will work if you have a single workflow for all RITM's in your system.
or else go a Scheduled Job - as suggest by Shrutika Surwade
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2020 11:50 PM
Hi Rajesh,
So all the individual RITM workflow we need to add these steps?
Antony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2020 06:27 AM
Hi Shrutika,
Thanks for your prompt response.
Same time i need to send an email to requester and the approver also.even this can be accommodated in the same script? how?
Thanks,
Antony