Symprex Email Signature Manager, v7.3.2

Dynamic Fields

Dynamic Fields is a very powerful feature in Email Signature Manager. Each component (HTML, Rich Text and Plain Text) of a template is essentially the final content that will be deployed but instead of actual user information, field markers (dynamic fields) are inserted where the real user information will be inserted (or merged). This is illustrated in the simple signature below:

 

Sample Signature Content

 

In this example, most of the content will be populated dynamically at the point of deployment. For example, the {fullname} field will be replaced by the user's full name from the data source for the template (the data source is normally Active Directory but custom data sources can be configured). The deployed signature would appear something like the following example:

 

Sample Signature Populated

 

This examples demonstrates basic use of simple fields in signatures; a full list of the available fields is listed in the appendix.

 

Formatting a Field Value in Upper, Lower or Title Case

 

Field values can be formatted to be in upper, lower or title case as follows:

 

Upper Case: Add the :U suffix to the field name, for example {fullname:U}

Lower Case: Add the :L suffix to the field name, for example {fullname:L}

Title Case: Add the :T suffix to the field name, for example {fullname:T}

 

Disabling Encoding of Field Values

 

When a field value is inserted into a signature, it is encoded to HTML to ensure it appears correctly. However, this may not be the desirable behaviour if the field contains HTML that should be used directly in the signature without being encoded. To disable encoding of field values, add the :N suffix; for example {description:N}.

 

Use any Active Directory Property Value

 

The pre-defined fields available in Email Signature Manager are the most commonly used fields for signatures. However, it is possible to obtain the value of any Active Directory property by using the following syntax:

 

{#propertyname}

 

where propertyname is the name of the property. If the property has multiple values, a specific value can be obtained using the following syntax:

 

{#propertyname(index)}

 

where (index) is the is 1-based index of the value to be used. A list of some Active Directory fields that can be useful in signatures can be found here.

 


Copyright © 2017 Symprex Limited. All Rights Reserved.