userFullName
Syntax | userFullName(user) | Package |
|
Alias |
| Pkg Usage |
|
Description
Returns the full name (firstname, lastname) of the user.
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
user | String | Yes | Username or userkey of selected user. It searches by the user key first and if there is no result by the user name as well. |
Return Type
String
Returns the full name (first name and last name) of the user associated with the specified username or userkey.
Examples
Example 1
userFullName("Admin");Returns the full name (first name and last name) of the user Admin.
Example 2
userFullName(currentUser());Returns the full name (first name and last name) of the current user.
The look-up is first made after the userkey, then after the username.
See also
Need support? Create a request with our support team.
Copyright © 2005 - 2026 Appfire | All rights reserved.