You need to sign in to do that
Don't have an account?

Email Template to display fields
Hello Everyone,
Can you someone please help me to complete this below code in email template. Thanks
{!NULLVALUE(Customer__c.ContactToSendNotification__c,+('Dear ' + Customer__c.Salutation__c +Customer__c.ContactToSendNotification__c+), Customer__c.Salutation__c + 'Dear Sir or Dear Madam'+)}
Note: Salutation__c is a formula field on customer object
I want is when ContactToSendNotification__c is not null then output should be Like "Dear Salutation NameOfCust,"
If ContactToSendNotification__c is blank then output should be like
"Salutation Dear sir or Dear Madam,"
Can you someone please help me to complete this below code in email template. Thanks
{!NULLVALUE(Customer__c.ContactToSendNotification__c,+('Dear ' + Customer__c.Salutation__c +Customer__c.ContactToSendNotification__c+), Customer__c.Salutation__c + 'Dear Sir or Dear Madam'+)}
Note: Salutation__c is a formula field on customer object
I want is when ContactToSendNotification__c is not null then output should be Like "Dear Salutation NameOfCust,"
If ContactToSendNotification__c is blank then output should be like
"Salutation Dear sir or Dear Madam,"
All Answers
Try this
it is not working. Value is getting displayed but captions like 'dear' is missing. thanks
Please check below tested code!
if you need any assistanse, Please let me know!!
Kindly mark my solution as the best answer if it helps you.
Thanks
Mukesh