Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 6 Next »

Sie können die angegebenen Parameter auf eigene Gefahr nutzen, um den Inhalt ihrer Dokumente & E-Mails zu individualisieren. Testen Sie in jedem Fall jede Änderung vorab im Testsystem. Bei Fragen wenden Sie sich bitte an den SecuTix Support.

TypDokumentInhaltParameterBeschreibung
E-MailAlle E-MailsAbsendername{$document.metadata.fromContact.setDisplayName("your_sender_email_address")}Als Absendername wird standardmäßig der externe Name der Institution verwendet. Dieser kann mit der angegebenen Variable überschrieben werden. 
DokumenteAlle DokumenteAdresse in Kopfzeile
#* Customization for Address Salutation*#
{#macro (showDeliveryAddressForInvoice $document $showContactNb)
}{
#*
We first try to check if there is a address associated with invoice shipment. If yes, then use this one.
*#
}{#if($document.docShipment && $document.docShipment.actualContactAddress && $document.docShipment.actualContactAddress.formattedAddress.addressLines.size()!=0)
	}{#if($showContactNb == "true" && $document.docShipment.contact)
	}{$document.docShipment.contact.contactNumber}
{#end
}{#if ($document.docShipment.contact.structure.structureName)
}{$document.docShipment.contact.structure.structureName
}
{#end
}{#if ($document.docShipment.contact.addressSalutation && !$document.docShipment.contact.structure.structureName)
}{$document.docShipment.contact.addressSalutation 
}
{#end
}{#if ($document.docShipment.contact.firstName)
}{$document.docShipment.contact.firstName 
}{#end
}{#if ($document.docShipment.contact.lastName)
}{$document.docShipment.contact.lastName
}{#end
}
{#showAddress($document.docShipment.actualContactAddress $document.locale)
}{
#*
If there is no shipment contact address, then use main address of contact.
*#
}{#elseif($document.contact && $document.contact.mainAddress.rawFormattedAddress.addressLines.size()!=0)
	}{#if($showContactNb == "true")
	}{$document.cont

ersetzt den Standard Adressblock mit einem angepassten, indem die Anrede in einer eigenen Zeile steht.


Vorher:


Nacher:






  • No labels