ServiceNow Group Management inquiry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2025 04:10 PM - edited 04-08-2025 09:38 PM
Reference ticket: RITM0xxxxxx
Approver left ABC ltd, consulting with servicenow team for the next approver.
We can see the manager has been updated as by the above mentioned RITM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2025 05:40 PM
Hello @ab_frostbite
Seems like you are trying to assign a different approver when an existing approver is inactive in sys_user table. If yes, then out of the box there is no such solution which means you have to customize it. So, if the approver for such RITM is set based upon a workflow or any other server side logic then you need to tweak it to send approval to the inactive user's manager (an example): https://www.servicenow.com/community/developer-forum/when-user-inactive-approval-send-to-manager-for...
Hope that helps!