• adilraza shaikh 2
  • NEWBIE
  • 0 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 3
    Replies

In visualforce email template we have translated the the email subject as

<messaging:emailTemplate recipientType="User" relatedToType="Contact" language="{!CASE(relatedTo.Applicant_Primary_Language__c,'Chinese','zh_CN','Portuguese','pt_BR','Korean','ko','Japanese','ja','Spanish','es','en_US')}" subject="{!$Label.PopUp_Finish_Later}">

Where we have already added translation for diffrent languages in custom label.

In email template preview translation is showinng correctly, Even if we send the email from activity history the translation is showing correctly.

but on actual email address when email is coming up it is shows the subject as follows

Sandbox: ????????????

Any Idea why this is happing OR it there any alternate way to translate the VF Email template so it should show the correct translation on actual email address

How to pass hidden field value in snapin code snippet for live Chat. I want to set default Lead source value for lead source which should not show up to end user on prechat form.

In visualforce email template we have translated the the email subject as

<messaging:emailTemplate recipientType="User" relatedToType="Contact" language="{!CASE(relatedTo.Applicant_Primary_Language__c,'Chinese','zh_CN','Portuguese','pt_BR','Korean','ko','Japanese','ja','Spanish','es','en_US')}" subject="{!$Label.PopUp_Finish_Later}">

Where we have already added translation for diffrent languages in custom label.

In email template preview translation is showinng correctly, Even if we send the email from activity history the translation is showing correctly.

but on actual email address when email is coming up it is shows the subject as follows

Sandbox: ????????????

Any Idea why this is happing OR it there any alternate way to translate the VF Email template so it should show the correct translation on actual email address

Hi,
I integrated Snap-in chat in my website. It's working fine, after refreshing & navigate to another page. The session is persistant in these cases. But, whenever i open a new tab ( not different browser or private window ) the chat is creating new session. So, for same user i am getting mutiple chat.

I tried with live agnet also. It's not working with refresh also. In live agent, after refresh also new chat is creating. New session.

I checked the cookies, session stroages, local storage. But, i am not finding any differance in tabs. I come across X-LIVEAGENT-SESSION-KEY in request header. But i am not able to reset the value. 
Can any one tell me how i can retain my session across all tab?
Can we implement it in our side, with live agent REST api?

Please suggest.
Hi there,

Does Community template Napili support Reports and Dashboards ?

Thanks !