Reply to comment
Arguments:
(User x)
Result Type:
Text
Explanation:
Returns the user's full name, first name first.
Example:
UserToName([Record Owner]) returns the full name of the user listed in the Record Owner field.
Use this function to turn a screen name into a full name. For example:
UserToName(ToUser("bboop")) might return "Betty Boop".
- 38063 reads


