2022.2

Table Of Contents
holder.Whenthetemplateismergedwiththedata,theexpressionorplaceholdergetsreplacedwitha
value,inthiscase,aperson'slastname.
Expressionslooklikethis:{{FieldName}}.Theygetreplacedwithdatafromthecurrentrecordbythe
HandlebarslibrarywhichisintegratedinOLConnect.Theadvantageofexpressionsisthatfewer
scriptsandsometimesnoscriptsatallareneededinatemplate.See"Variabledataintext:expres-
sions"onpage722.
Placeholdersrequireascripttoreplacethem.See"Variabledataintext:scriptsandplaceholders"on
page726.
Conditional content
Inatemplateyoumaywanttorevealcontent-textorimages-toonegroupofrecipients,buthideit
fromothers.YoucanuseaConditionalScriptWizardtoachievethis,ifyouhaveadatafieldinyour
dataonthebasisofwhichaconditioncanbeset.See"Showingcontentconditionally"onpage734.
ConditionalPrintsections
EntirePrintsectionscanbeincludedinoromittedfromtheoutputonthebasisofoneormorevaluesin
variabledata.See"ConditionalPrintsections"onpage738.
Dynamic images and Print section backgrounds
DynamicImagesaredynamicinthesensethattheyarereplacedbyanotherimagewhenadatafield
containsacertainvalue.Thinkofasignatureimagebeingswappedbasedonthesender'sname,for
example.YoucanusetheDynamicImageScriptWizardtomakethishappen;see"Dynamicimages"
onpage741.
ToswapaPrintsection'sbackgrounddynamically,youcanusetheDynamicBackgroundScriptWiz-
ard;see"DynamicPrintsectionbackgrounds"onpage759.
Dynamic tables
ADynamicTableisatablewithavariablenumberofrowsthatcanoverflowononeormorepages.It
canalsodisplaysubtotalsontransportlines.Ininvoices,aDynamicTableisanessentialelement.
Read"DynamicTable"onpage742tolearnhowtoinsertadynamictable.
Snippets
Snippetsarepiecesofcontentthatcanbere-usedwithinthesametemplate,inallcontextsandsec-
tions.Snippetscancontainanycontentsthatasectioncanhave,suchastext,images,variabledata,
dynamictables,etc.Theyareoftenveryusefultopersonalizecontent,especiallyincombinationwith
variabledataandscripts.See"Snippets"onpage661and"Loadingasnippetviaascript"onpage831.
Handlebarssnippets
HandlebarstemplatesareaspecialkindofsnippetsinwhichyoucanuseHandlebarsexpressions.The
expressionsgetreplacedwithvalueswhenthesnippetismergedwithdata.Youdetermine-inavery
Page 709