Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table plus
applyColStyleToCelltrue
heading0
columnTypess,s,s,s
multiplefalse
columnAttributesstyle="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold,
enableSortingfalse

Syntax

accountIdToDisplayName(userKey)

Package

Alias

userKeyToDisplayName(userKey)

Pkg Usage

Description

Excerpt
hiddentrue
Returns the display name for the provided user key.

...

Return Type

String

Example

Code Block
languagejs
string displayName = accountIdToDisplayName("someUserKey");

...