Conditional Template Elements

 

At times the Smart Labels are inadequate, because they leave empty lines. Depending on where in the signature that empty lines is located it can make the signature look a little odd.

 

If that is the case you can use some specially defined html tags that the DS Client understands.

 

As of version 3.0 it is possible to remove whole html rows etc. conditionally. E.g. if the user does not have a mobile phone, you can have the whole row in the table removed.

The following if-labels are available:  

 

<ifMob>                     For Mobil phone 

<ifPhone>                     For Head Quarter Phone  

<ifDirect>                     For Direct Phone  

<ifFax>                               For Fax Phone  

<ifPOBox>                     For PO Box  

<ifIPPhone>                     For IP Phone  

<ifHomePhone>           For Home Phone

 

Since vers. 5.1 also

 

ifPager

ifTitle

ifDepartment

ifextensionAttribute1

ifextensionAttribute2

ifextensionAttribute3

ifextensionAttribute4

ifextensionAttribute5

ifextensionAttribute6

ifextensionAttribute7

ifextensionAttribute8

ifextensionAttribute9

ifextensionAttribute10

ifState

ifDisplayname

ifDescription

 

Since 6.1.5 also

 

ifPersonalPager

ifOtherMobile

ifOtherIpPhone

ifOtherPager

ifOtherHomePhone

ifOtherFax

ifOtherPhone

 

Since 6.8.0 also

<ifSkypeBizz>

<ifNote> (The text field on the Phone tab in AD)

 

Example of use: 

<ifPhone> 

<TR>

<TD>###HQLBL###<BR></TD><TD>###HQPHONE###</TD>

</TR>

</ifPhone>

 

All content between the if-labels will be removed if that specific information is not present in AD.