Reference > Expressions > Built-in Functions > Current User Functions > CurrentUserDisplayName

CurrentUserDisplayName

Returns the display name (which is usually the first name and last name, but can be configured by the administrator) for the user associated with the current session.

  • Use this function to return the display name (usually the first and last name) of the user.
  • Use the CurrentLoginId function to return the login ID of the user.

Syntax

CurrentUserDisplayName()

Enabled for

Search/Dashboard Yes
Business Rules Yes
Quick Actions Yes
Workflow Objects Yes
Reports No

Parameters

none

 

Return Value

Text value.

Example

The following example shows how to find all of the active incident instances for the current session.

CurrentUserDisplayName() Example