Auto reject the approval if the approver is not approved for 30 days

antony4007
Tera Expert

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

1 ACCEPTED SOLUTION

RiteshSwarnakar
Giga Guru

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.find_real_file.png

 

2] Set the Action to look for all approval records which are in "Requested" state and the creation time is more than 30 days

find_real_file.png

 

3] Check if the count of no.of approvals in "Requested" state is greater than 0.

find_real_file.png

 

4] Then loop over each non approved records and finally update the state to "Rejected" and add comments as required.

find_real_file.png

 

Thanks,

Ritesh

View solution in original post

17 REPLIES 17

Ritesh, 

Is there a way to exclude certain catalog items from this?

Probably you can have a custom field (hidden) on the catalog with a yes no value.

User the value and add it as a extract condition to skip/exclude

You need to dot walk it on the workflow i think on the look up records

Approval for > Request Item > Item != catalog item name.