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
mark.peplowmark.peplow 

Approving emails prior to sending to a customer

Requirement as follows, any ideas how this could be accomplished:

 

contact centre agent presses send email button on case pagelayout to communicate with a customer about a complaint they raised. However, not all agents have permission to send an email without prior approval of email content. We cant allow the agent to decide themselves whether to seek approval or not. Salesforce.com needs to perform the following actions upon send email button being pressed:

 

  1. check if user has sufficient permission to send without approval, if so, send email, attach to case activity history
  2. if user doesnt have approval, route suggested email text through an approval process whereby supervisor approves
  3. once supervisor approves, email sent out and activity history updated.
  4. if email text rejected, notify case owner, who starts the process again

 

appreciate some ideas of how to accomplish.

 

thanks