You need to sign in to do that
Don't have an account?
Reply to a case email using a default template
Good morning,
One of our company requirements is to include automatically enter the case # in the subject line and include our corporate signature in all Support Case email replies. This requires a few extra clicks for our support agents, and they forget to use the template when they are extremely busy, trying to rush a reply. We want the ability to click the 'Reply' or 'Reply all' link to reply to the customer, and have a default email template inserted, or have a something similar.
I see the ability to do this within the Support Settings: "Enable Default Email Templates or the Default Handler for Email Action"
But I have not clue what is required with regard to selecting an "Apex Class Name" We do not have a developer on staff, and I'm puzzled as to why I would need to write code to make this functionality work.
Can someone help fill in the blanks? Thank you, and have a great day
One of our company requirements is to include automatically enter the case # in the subject line and include our corporate signature in all Support Case email replies. This requires a few extra clicks for our support agents, and they forget to use the template when they are extremely busy, trying to rush a reply. We want the ability to click the 'Reply' or 'Reply all' link to reply to the customer, and have a default email template inserted, or have a something similar.
I see the ability to do this within the Support Settings: "Enable Default Email Templates or the Default Handler for Email Action"
But I have not clue what is required with regard to selecting an "Apex Class Name" We do not have a developer on staff, and I'm puzzled as to why I would need to write code to make this functionality work.
Can someone help fill in the blanks? Thank you, and have a great day
I believe the answer would require coding an implementation of the Support.EmailTemplateSelector (https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_email_template_selector.htm)interface.
I was able to implement this succesfully, but just discovered that this only fires once and sets the Template on the initial Case Publisher load. Whenever selecting 'Reply', 'ReplyAll' or simply composing a new email on the existing Tab, the Layout isn't populated again.
If you need any assistance with implementing the Default Layout setting, please let me know.
Ido.