Skip to end of banner
Go to start of banner

currentUserFullName

Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 4 Next »

Syntax

currentUserFullName()

Description

Returns the full name (firstname, lastname) of the user that triggered the script.

Parameters

None

Return type

string

Returns the full name (first name and last name) of the user that triggered the script.

Example

Example 1

return currentUserFullName();

Returns the full name (first name and last name) of the user that triggered the script.

See also

  • No labels