A typical configuration for name layout is to have the Middle initial presented after the first name. For example, Jonathan M. The middle name can be either obtained from the directory or added during the enrollment phase.
Procedures
The configuration entails adding the lookup field after the first name. The examples are below:
The INITIALS value below is from the directory. Substitute INITIALS with any other attribute name in case the middle name is stored in a different attribute name.
|
Display Goal |
Configuration |
Printed Output |
|---|---|---|
|
Display the first name and the first letter of initials separated by a comma with a period after the initial. |
FIRSTNAME|INITIALS|, |.|FL |
JOHN, M. |
|
Display the first name and the first letter of initials separated by a space with a period after the initial. |
FIRSTNAME|INITIALS| |.|FL |
JOHN M. |
|
Display the first name and the entire value of the initials field separated by a comma. |
FIRSTNAME|INITIALS|, |
JOHN,AB |
|
Display the first name and the first letter of the initials separated by a comma. |
FIRSTNAME|INITIALS|,|FL |
JOHN,A |
|
Display the first name and entire value of the initials field separated by a space |
FIRSTNAME|INITIALS| |
JOHN AB |
|
Display the first name and first letter of the initials separated by a space. |
FIRSTNAME|INITIALS| |FL |
JOHN A |