[SalesForce] Receiving_User merge field problems in a single user email template

I'm trying to use Receiving_User fields in an email template for a single user. I know that Receiving_User is only supported for mass emails, but it "kinda" works for single users too.

I'm getting some inconsistent functionality with merge fields and I'm wondering if anyone has been able to solve the following problems:

  1. It appears that custom plain text fields are not supported – they display as blank when merged in the template. Is there a workaround?

  2. I have one custom picklist field that does merge correctly in the template, but I created a new picklist field and that does not merge. I've compared the two fields (field level security, etc) and I don't see any differences. Anyone seen this before?

FYI – The standard fields like FirstName and LastName merge correctly. I'm using this email template as a password reset email for a Salesforce Community.

Best Answer

Salesforce support told me the following:

For portal users, the Receiving_User is actually pulling fields from the Contact object, not from the User object. Even the standard fields are from the Contact, not from the User.

Related Topic