Field Lookup Configuration

What is a Field

A field is a wild card string that helps to insert user customised information into the signature. The fields do a look up into your Directory and pull out the desired information.
Crossware Email Signature uses an exclamation mark (!String!) to perform this function.
These fields can extract information from your:

  • Active Directory (AD)

  • A custom C# script

Look at the following example:

image-20251006-232801.png

You can identify three fields:

(!DisplayName!) - This will extract the display name of the user from the Directory

(!Position!) - This will get the position of the user

(!Email!) - This will pull the email address of the user
 

NOTE: We have already done the hard-work for you and configured all of the non-system fields supported by Microsoft 365. So, all you have to do is expand the 'field' twistie and add the desired field to your signature.


Creating a New Field

  1. Go to Admin in the main menu.

  2. Select Fields from the left-hand side menu.

  3. Click CREATE NEW.

image-20251006-233408.png
  1. In the Create a new field dialog box that appears, select the type of field you want to create.

  2. Select your option and click on Continue.

image-20251006-233640.png

Create a new field type

a. Field (from Active Directory): Extracts information from your Directory.

b. Formula: This is a C# Script that returns a text value. (See Formula Field)

c. Image: Retrieves an image either from the Image Library or from your WAAD. (See Image Fields)


Field Configuration

Following is an overview of different components of the Field Configuration document.

image-20251006-234243.png

Field Name

This is the name given for the field lookup.

Field Type

This field is populated automatically depending on your selection for Create a new field - Field (From Active Directory), Formula, Image.

AD Attribute

The Name of the field in Active 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 Text to Use another field you will see that the field Lookup Key populates with drop down arrow for fields to select from.

image-20251006-234518.png
image-20251006-234629.png

Text List Separator

This setting controls how Text Lists are formatted when returned. By default, text lists will be on separate lines when inserted into the email.

When custom fields are used in other fieldse.g. In a formula field, then a Carriage Return/Line Feed is not suitable.

Therefore, a different separator can be used.

Let us have a look at the various Text list separators:

image-20251006-234810.png

a. Carriage Return-Line Feed (Default): This is the default text list separator which ensures that each entry will be on a new line.

b. Colon: Text items will be separated by a colon.

c. Tab: Text items will be separated by a tab character.

Exclude From Caching

You can select a Yes or No for this field depending upon your requirements. The best practice is to not exclude the configurations from caching, so that future requests for that data or field can be served faster.


Testing Field Configuration

Once you have finished creating your custom field, click Save.

Next, click Send Test Email and send a test message to an email account to verify that your lookup is working correctly.

This email will be processed by Crossware Email Signature as it passes through your Exchange Server, where the application is installed and the lookup is evaluated.

image-20251006-235345.png
image-20251007-003355.png