Status
Tech review

Style guide




Short description

The function returns the full name of the user in argument user_name.

Output

Available since




The function returns a text list with the full names of the users in argument user_names.

Argument user_names is a string list with user names, not to be confused with the users' full names.


userFullName(text list user_names) #Output: Text list



Parser expressionDescription


userFullName(%{00020})


This example returns the full name of current user.
%{00020} is field code for Current user.



Parameters used in this function

ParameterInput (data type)Description
xxx

Parameter description.



This function returns a




The function returns the full name of the user in argument user_name.

Argument user_name is a string with a user name, not to be confused with the user's full name.


userFullName(string user_name) #Output: Text



Parser expressionDescription


userFullName(%{00020})


This example returns the full name of current user.
%{00020} is field code for Current user.



Parameters used in this function

ParameterInput (data type)Description
xxx

Parameter description.



This function returns a