getFullName (DirectoryUser - JavaScript™)
Gets the full name of the directory entry.
Syntax
getFullName() : string
Return value | Description |
---|---|
string |
The full name. |
Usage
A full name is the name used for server access.Example
This computed field displays the full name of the directory entry for the current user.return context.getUser().getFullName()