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
ssurferssurfer 

How to get salutation and last name of contact into opportunity?

I'm building an application where we have opportunities logged under each contact. For the email templates that goes out, i'd need to include the salutation and last name of the contact in the salutation field as well as data from the opportunity itself. The easiest way would be if i could make an s-control that just lifts the contact salutation and last name into a custom field of the opportunity and then use that to populate the template.
 
Can anyone please tell me how to create an s-control that will lift salutation and last name from contact to opportunity?
 
I'm very thankful for any hint on how to go about to solve this
 
Best regards,
johan
MKPartners.comMKPartners.com
Usually when I send an email and want to use a template, I make sure that the Contact and Related object (in this case, Opportunity) are specified first, then select the template. That way, the template can reference fields from both the Contact and Related Object.

-Matt