Contact name variable

Hi guys
I need to create an email template for my sale quotations, and I want to insert a variable that would substitute the name of the contact. What variable should I use?

Hello.
you start with this :
SaleOrder.contactPartner.

and you should add everything you want from this list :

purchasePartnerPriceList
siren
carrierPartner
nic
companyStr
partner2SupplychainLinkList
mainActivity
invoicesCopySelect
isCarrier
password
taxNbr
accountingSituationList
functionBusinessCard
id
fax
contactPartnerSet
chargeBackPurchaseSelect
isEmployee
groupProductsOnPrintings
partnerStockSettingsList
purchaseOrderComments
updatedOn
customerCatalogList
mainAddress
version
attrs
mainPartner
partnerAddressList
mobilePhone
partnerProductQualityRatingList
umrList
factorizedCustomer
industrySector
supplierArrivalProductQty
timeSlot
createdOn
partner1SupplychainLinkList
proformaComments
webSite
archived
chargeBackPurchase
partnerSeq
isIspmRequired
currency
tradingName
isProspect
parentPartner
reportsTo
team
picture
saleTurnover
headOfficeAddress
importId
pickingOrderComments
supplierQualityRatingSelect
fiscalPosition
jobTitleFunction
isNeedingConformityCertificate
isSupplier
linkedUser
language
partnerTypeSelect
source
employee
payerQuality
titleSelect
emailAddress
partnerCategory
invoiceComments
supplierQualityRating
freightCarrierMode
processInstanceId
updatedBy
isSubcontractor
nbrEmployees
fixedPhone
partnerRoleSet
salePartnerPriceList
specificTaxNote
blockingList
isInternal
firstName
saleOrderComments
rejectCounter
simpleFullName
name
outPaymentMode
partnerAttrs
invoiceSendingFormatSelect
isContact
paymentDelay
importOrigin
complementaryProductList
activeUmr
description
freightCarrierModeList
inPaymentMode
batchSet
purchaseOrderInformation
customerShippingCarriagePaidList
sellerCode
freightCarrierCustomerAccountNumberList
isFactor
registrationCode
companySet
department
saleOrderInformation
deliveryDelay
supplierCatalogList
paymentCondition
contactAttrs
fullName
shipmentMode
bankDetailsList
isCustomer
createdBy
analyticDistributionTemplate
user
deliveryComments

To be clear :
$SaleOrder.contactPartner.firstName$
should return to you the firsname of the customer

I didn’t test it. I not sure at all, and some information could depend of the version

wow, great, thx a lot!