Function DisplayName

Outputs a name for display

DisplayName([TITLE],[FIRSTNAME],[SURNAME])

Parameters

# Type Passing Default Name Description/Comments
1 string required n/a TITLE The title
2 string required n/a FIRSTNAME The firstname
3 string required n/a SURNAME The surname

Returns

The display name


Examples

Example of displaying a name

{{DisplayName(ALIAS.TITLE, ALIAS.FNAME, ALIAS.SNAME)}}