Does deleting record also delete emails related to it??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2024 11:00 PM
I am sending the notification which is configured on location table if name is modified or the current location is deleted send the notification by event fire in which the notification includes the records of User Profile who are having this location.
the notification is triggering if we change anything in name i.e. update but I am not seeing notification when the record is deleted and I am also passing the corresponding record values as a parameter through event.
We have written a Before business rule only? what we would have done to send notification to send the record once after deleting the record?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2024 11:05 PM
Hi Mani,
I think it will not trigger or delete any email once it's out.
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
‎08-27-2024 11:13 PM
But i am using before BR right? ideally speaking it should work in my perspective but how to overcome this now?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2024 11:07 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2024 11:11 PM
@Community Alums Thanks for the reply that's nice info to be noted.
as they said I am using before br only but the notification is not triggering.