You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

This 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.

Syntax
userFullName(text user_name) #Output: Text
Examples
Parser expressionDescription
userFullName(%{00020})
This example returns the full name of current user.
%{00020} is field code for Current user.
Additional information

Parameters used in this function

ParameterInput (data type)Description
xxx

DATA TYPE

Parameter description.
Output

This function returns a TEXT


This 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.

Syntax
userFullName(text list user_names) #Output: Text list
Examples
Parser expressionDescription
userFullName(%{00020})
This example returns the full name of current user.
%{00020} is field code for Current user.
Additional information

Parameters used in this function

ParameterInput (data type)Description
xxx

DATA TYPE

Parameter description.
Output

This function returns a TEXT LIST