send an email to the inactive users' manager along with link to ritms assigned to this inactive user
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2025 06:05 AM
I got a requirement to
Create a report for Open RITM’s that are currently assigned to inactive users.
Automate the report on a monthly basis
Determine who and how we notify of existing Open RITM’s to be cleaned up.
Contact the inactive users' manager (email notification from SNOW)
Content: You have an inactive team member that is assigned one or more active tickets that need to be reassigned.
[List of ticket numbers]
I created a report, scheduled job, event and notification: but the email that is sending out for each ritm to each manager.
Can anyone help me here: I want to send only one email to managers with list of ritms with each inactive user.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2025 07:53 AM
Hi @IndiraP
create a report on Sc_req_item
set a condition like this
and then schedule the report to the manager
OR
USE flow designer
Trigger: Daily
Action:
Look up records - Sc_req_item
condition: assigned to. active = false
For each record\Action\Send notification
RITM.assigenment group.manager
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************