For those who cannot access the embedded link:
Fields are broken into three parts: directory fields, formula fields and image fields. The directory fields are using your directory fields found in your directory.
Formula fields allow you to extend the simple AD lookup functions by using a C# script to manipulate the data and returning a string.
Image fields allow you to insert custom images such as your company logo, ad banners, social media icons etc. directly into the body of email.
1. Navigate to https://portal.crossware365.com/cms/designer/signatures
2. Click the Fields icon
Directory fields
3. Click Create directory field
Directory Attribute:
The Directory attribute is using the name of the attribute from your directory.
Lookup Key Type:
Your lookup field key can either be a text field or look up an existing field.
If you change the key from, [[Use a field]] to [[Custom]] you will see that the field [[Lookup Key]] removes the drop-down arrow for fields to select from.
Text List Seperator:
This setting controls how Text Lists are formatted when returned. By default, text lists will be on separate lines when inserted into the email.
Formula fields
4. Click on the Formula tab
5. Click Create formula field
Formula (C#):
This is the place where you will write your C# script. The script will be executed at run time. The formula is parsed in the same way as fields are in the body of the signature.
For more information, please see this article regarding formula fields
Image fields
6. Click on the Image tab
7. Click Create image field
Field Name:
It is important to provide a unique name to the image field as it will appear in the list of available fields while creating the signature or signature blocks configuration.
WHERE IS THE IMAGE STORED:
You can source the image from either the image library, or from a field from within your Directory.
IMAGE NAME:
Image name can be selected from the image library or computed using another field
HTML Attributes:
Additional attributes for HTML for controlling the formatting of the image. This text string is copied to the "attribute" parameter of the IMG tag.