Kelvin Posted August 22, 2016 Posted August 22, 2016 I have seen an issue whereby when we seen emails to users that are not from an email template the Case changes. eg. I typed Test Resolution to check to see if the case changes Email sent test resolution to check to see if the case changes Please can this be looked at as it doesn't look very professional.
Steve Giller Posted August 22, 2016 Posted August 22, 2016 If the text is being passed in a variable then the case of the placeholder affects the case of the final text. I'm not using SM yet, so I can't direct you to the documentation, I'm afraid. 1
James Ainsworth Posted August 22, 2016 Posted August 22, 2016 Hi Kelvin, Can you let us know where you are sending the email from. Is this being sent from within a request, directly from the shared mailbox, or from an automated email? From your description where you mention ''Resolution" I'm assuming that this is an automated email sent on resolution of a request. DeadMeatGF is correct that these are commonly passed using a variable. You can change the case of the variables in order to control the case. The variable for including the resolution is {{.h_resolution}} which can be rewritten as {{.H_resolution}} to enforce the capitalization. There is a default email template called Resolution Notification. Check if this is the template that is being used and that this variable has a capital H. Regards, James 1
Kelvin Posted August 22, 2016 Author Posted August 22, 2016 Thank you it was the use of {{.h_resolution}} and not {{.H_resolution}} 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now