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
SHUCHI TIWARI 4SHUCHI TIWARI 4 

concatenate merge field in email template

Hi All,

I want to concatenate two merge fields in classic email template. I have done it as shown below. When I tested it, below concatenation is not working and I am getting + " " +  as is in email. Please suggest.

{!Consultant__c.OwnerFirstName} + " " + {!Consultant__c.OwnerFullName}

Hi {!Consultant__c.OwnerFullName},

A new Consultant record is created with following details.

Name : {!Consultant__c.OwnerFirstName} + " " + {!Consultant__c.OwnerFullName}
Date of Joining : {!Consultant__c.Date_of_Joining__c}

Thanks,
Shuchi Tiwari
Best Answer chosen by SHUCHI TIWARI 4
Dhanya NDhanya N
Hi Shuchi,

Try using & for concate. Here is the reference: https://help.salesforce.com/articleView?id=customize_functions_a_h.htm&type=0 (https://help.salesforce.com/articleView?id=customize_functions_a_h.htm&type=0)

Regards,
Dhanya

All Answers

Dhanya NDhanya N
Hi Shuchi,

Try using & for concate. Here is the reference: https://help.salesforce.com/articleView?id=customize_functions_a_h.htm&type=0 (https://help.salesforce.com/articleView?id=customize_functions_a_h.htm&type=0)

Regards,
Dhanya
This was selected as the best answer
Babar Pasha 14Babar Pasha 14

Hi Dhanya could you please provide the latest link  the link  got expired /unable to open that link