How to hide email notifications in ritm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2023 08:25 PM
When an fax or email is sent ,it should not get captured in the ritm. How to mask this email notifications in ritm?
When we are sending email or fax sensitive data is present. So it gets captured in the ritm also.
Now how to hide this email notifications?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2023 10:54 PM
Hi,
You can create a after business rule on 'sys_email' (Email Log) table and delete the sent/received email once State is Processed.
Condition would be like below:
Replace sys_id of notification record in Headers part and use your subject in condition for additional check.
This way it will be sent/received by user and will be removed from Activities and Email logs.
NOTE: Be careful while writing business rule and put proper 'When to Run' condition so that your BR only run for particular email notification without affecting other emails.
Thanks
Anil Lande

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2023 10:55 PM
In Script part you just need to write 1 line:
Thanks
Anil Lande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2023 01:43 AM
We will be not using business rules