Display Company Contact in EMail Template

Hello,
i want to use an E-Mail template when i just want to contact to a customer. So in Module “third parties - select a customer- and click “send email button””

I have created a template and it works, but i can’t use a variable for the contact person of the company . Only __THIRDPARTY_NAME__ but i want to have the name of a person and not the company name. I’ve tried things like __CONTACT_NAME_SOCIETE__ and so on. For example in module billing/payment it works fine with __CONTACT_NAME_BILLING__. How can i use it in third Parties?

Thanks

__CONTACT_NAME_XXX__

XXX is the contact type defined on Setup->Dictionaries->Contact/Address types
(exemple : __CONTACT_NAME_BILLING__ for the billing contact).
The output will be Title + LastName + First Name

Thanks for the fast reply.

I also found this information in wiki. But it does not work in the third parties module.
I also added a new entry to the dictionary but it still does not work.

I need something like __THIRDPARTY_CONTACT_NAME__

Did anyone find a working code for this, tried these things as well. Doesn’t work.