Retire approval email notification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2024 07:44 PM
Hi,
I need to trigger a email to approvers when the knowledge article is in pending retirement state.
i) I have created a Business rule with "When to run-After insert and update (Attached screenshot of that)".
ii) I have created a notification where "When to send-Event is fired by mentioning the event name(Attached screenshot of that)".
But still I am not getting any email for the approvers(Managers & Owner of that knowledge base).Could you please help me with this.
Thanks in advance

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2024 07:48 PM
Hi @Nivedha G
Did you check your event logs or script logs, if your event is triggered or logs that you have put in your BR is showing up in the logs?
Aman Kumar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2024 07:52 PM - edited 03-05-2024 07:53 PM
Hi @Nivedha G few things to check, is the logs printing from your BR? if Yes did you try commenting out the advanced notification script which you have?
also as an alternative solution,
instead of BR you could have used flow designer where you dont need to code, your flow will trigger when records is created or update on knowledge table with condition Pending retirement and then use
Send Notification/Send Email Action to send Notification
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2024 11:33 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2024 11:41 PM
Hi @Nivedha G you dont need event in flow designer you could use action.
Here is the document on that. You can use either one
1. Send Notification
2. Send Email Action
Harish