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
sharma_ffdcsharma_ffdc 

How to block rejection through email in approval process?

I have a scenario that approvers can approve the records through email, but they should not 'Reject' through email.

Is it possible to achieve this through standard salesforce functionality? or any other alternative is there?

 

Thanks,

Satish_SFDCSatish_SFDC
I guess its either all or none.
If you want users to be able to approve through email then you may not be able to block Rejections through email.

For such customizations, you can check Email Services and see if this works for you. You write your own custom code, and based on the body of the email, you can take decisions through apex code.

Regards,
Satish Kumar