- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2023 08:51 AM
How do I go about resending an approval when an approver changes due to becoming inactive?
When an approver becomes inactive their manager becomes an approver for the requested approvals via business rule. I tested this and it works and the new approver is able to Approve or Reject. I would like to retrigger the approval email to the new approver so that they are aware that there is action required from them.
I believe that this would involve a business rule on the sysapproval_approver table, when: after, update, Approver changes.
Any assistance is greatly appreciated.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2023 10:43 AM
Create a copy of the approval notification and then change the when to send tab to be like this.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2023 10:43 AM
Create a copy of the approval notification and then change the when to send tab to be like this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2023 03:07 PM
Thank you Brian!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2024 05:43 PM
Hi Brian,
I have similar scenario for this, the only difference when to send is "event fired" and not record inserted or update. How can I add the condition if the record has been updated? Thank you.
Regards,
zcambayot

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2024 08:16 AM
I need more specifics on what you are trying to do. You can fire an event and add additional conditions.