Reply to comment
Arguments:
(User x, Text format)
Result Type:
Text
Explanation:
Returns a given user's full name. Specify text format by including "FF" to return the full name with the first name first. Or, include "LF" to return the full name with the last name first.
Example:
UserToName([Record Owner], "LF"), returns "Smith, Michael" where the record owner is the user Michael Smith.
- 37489 reads


