- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2022 03:13 AM
Hi All,
Disable additional comments notification for ritm when added sctask comments Added. I have written business rule script to copy sc task comments in Ritm its working fine. Now my requirement while coping sctask comments to ritm no need to send ritm notification to users . Please help me on this.
Thanks,
Suresh
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2022 05:33 AM
Hi,
are you saying you don't want email only when the comments are copied from sc_task to RITM but require when normal comments are added?
I believe for copying you must have done GlideRecord update on RITM.
In that you can use setWorkflow(false) to disable notification.
Note: Using setWorkflow(false) will block all BRs from running on update of RITM
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2022 06:33 AM
Hi,
BR is written on sc_task right to copy comments to RITM
So I didn't get what's the issue
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2022 06:37 AM
Hi
Comments has to copy from Sctask to Ritm , But email has not to trigger while coping the comments.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2022 08:16 AM
Hi,
so when you use setWorkflow(false) what's the issue? It won't trigger any further BR on RITM
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2022 05:41 AM
HI, navigate to 'System Notification-> Notifications' , select table 'sc_req_item' and then filter your notification which triggers for comments and make it inactive there .