- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2024 03:41 AM
Hi team,
We have situation: when user raises a request in Service Catalog, the parent RITM is created with 2 child requests. When one of these child requests in closed completed the additional comment is automatically added to another one which is set by business rule.
There is requirement to send email notification with words in additional comment to the assignment group that handles a child RITM where the additional comment was automatically added.
This assignment group varies depending on user the request is created for.
Could you please advise whether there is possibility to do it with new email notification or another business rule is required?
Thank you,
Martin
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2024 03:53 AM
Hi @Martin45
the parent RITM is created with 2 child requests.
It should be REQ -- RITM1 , RITM2 right?
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
01-08-2024 03:57 AM
2 ways to do this
1) you can use Event queue based approach to trigger the event which in turn will trigger email. You can use the code to trigger the event in the same BR which adds the comments to another one.
OR
2) have notification on RITM table with condition as Catalog Item Name = Your Catalog Item and Additional comments changes and recipient as Assignment Group
You can take either approach with whatever you are comfortable with
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2024 04:50 AM
in the advanced condition of notification check if this comment got added because of an update on another child of same parent RITM
This is somewhat trickier and difficult to implement.
So I would suggest you use the 1st approach where you are sure when to send the email and to whom
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2024 03:53 AM
Hi @Martin45
the parent RITM is created with 2 child requests.
It should be REQ -- RITM1 , RITM2 right?
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
01-08-2024 04:16 AM
Request is in backend as Parent RITM and has 2 child requests in Requested Items related tab.
BR,
Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2024 03:57 AM
2 ways to do this
1) you can use Event queue based approach to trigger the event which in turn will trigger email. You can use the code to trigger the event in the same BR which adds the comments to another one.
OR
2) have notification on RITM table with condition as Catalog Item Name = Your Catalog Item and Additional comments changes and recipient as Assignment Group
You can take either approach with whatever you are comfortable with
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2024 04:21 AM
Hi Ankur,
Regarding the solution no. 2. If I add the condition Additional comments changes how can I avoid not to send email notification when there is some another additional comment added manually. I need this notification to be sent to respective assignemnt group with the same email body as additional comment that is added into the child requested item automatically.
Thanks for your response,
Martin