function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Kenn K.Kenn K. 

Send emails to all approvers when a approval is rejected

Is there a way in the approval to only send emails to to approvers when an approval request has been rejected?
This should only be sent to the people who are in the approval path and maybe they had approved before.
Also, please consider the option of where the approver is manually chosen and not just the static assigned approver. 

Thanks.
sandeep@Salesforcesandeep@Salesforce
Yes you can do this by first storing approver on Object ( on comma separated list or in any other way) and then in final rejection do some field update. on that field update you can fire a trigger from where you can send email to thoses who were manually assigned as approver. 

Thanks
Sandeep Singhal
http://www.codespokes.com/