assignment Archives - My Blog My WordPress Blog Fri, 18 Aug 2023 21:51:05 +0000 en-US hourly 1 Changing Case Owner Assignment Email Template in Salesforce https://new.infofiscus.in/salesforce/changing-case-owner-assignment-email-template-in-salesforce/ Mon, 21 Jan 2019 12:50:24 +0000 http://www.infometryinc.com/?p=140 Problem Description :

Salesforce customer/users receive the standard/default email every time a case is assigned to him/her. The template cannot be modified as the user will not have access to that email template.

Challenges to User/Developer :

A workaround for this is to create a brand new workflow with a custom email template.

The post Changing Case Owner Assignment Email Template in Salesforce appeared first on My Blog.

]]>

Problem Description Email Template in Salesforce :

Salesforce customers/users receive the standard/default email every time a case is assigned to him/them. The template cannot be modified as the user will not have access to that email template.

Challenges to User/Developer :

A workaround for this is to create a brand new workflow with a custom email template.

Salesforce Solution :

Chang Case Owner Assignment Email Template in Salesforce

Approach:

Disable the default functionality and create a workflow that imitates the default functionality but with a different email template.

Technical Solution :

To disable the default email functionality,

  • Go to setup -> support settings. Disable “Notify Case Owners when Case Ownership Changes”

Salesforce

  • Now that disabling the default email is done, Go ahead and create a new email template with a new email body and subject.
  • After creating the email template, create a workflow rule which sends this email alert when the case owner changes.

Salesforce

Advantage :

The case owner receives customized emails.

Issues :

None.

Conclusion :

There is no straightforward way of changing the email template of the “Change case owner” trigger. This is the easiest and optimal workaround.

Customize the “Case Assignment Notification” email template :

Once a case is assigned to you or to your queue and a notification should be sent out, the related person(s) receive the following email: ———————————– subject: Case transferred to you. ———————————– Case 00001946 has been assigned to you. Please click on the link below to view the record. https://<instance>.salesforce.com/<id> ———————————– That is in general pretty handy, but users complain that they want to see the subject or other properties from the case. However, I learned that it is not possible to change that system-generated template. So the obvious idea is: Being is able to alter this system template. For example, set an existing “Email Template” in the position of the system default template. This should be a very small change in SFDC software that enrolls a great new feature for user customization.

 

The post Changing Case Owner Assignment Email Template in Salesforce appeared first on My Blog.

]]>