Send Notification to SCTASK Assignment group When any comments added to RITM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 02:47 AM
HI All,
I Have a requirement to send a notification for Assignment Group of catalog task, When there is any update on Related RITM. Can Anyone Please help me on this.
Thanks,
Ravichandra G
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 03:05 AM
You can do via email notification's, but issue is what do you mean by Any update , bcz a if a user just add dot as well it also considered as update. So you need to define what updates need to communicate also, if a RITM has 4 task ( 2 closed and 2 in progess then which group will get update?
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]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 03:17 AM
Hi @Dr Atul G- LNG ,
In This Case any update means, when requestor (or) anyone added comments (or) work notes are added to any RITM these comments updated mail need to send the related SCTASK Assignment group needs to be notified. This is the requirement.
Thanks,
Ravichandra G
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 03:22 AM
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]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 03:10 AM
Hi @Ravichandra2 ,
Create an After update BR on sc_req_item table and write the below script.
Also, create and event and Notification on sc_task table and associate the notification to get fired by the notification.
Please mark this as helpful if it is.
Thanks & Regards,
Manisha Reddy Kuchanpally