JavaScript

{dialog.object}loggedInUserNameFriendlyGet Method

Syntax

{dialog.Object}.loggedInUserNameFriendlyGet()

Returns

resultstring

Returns the name of the currently logged in user. If no user is logged in, returns nothing.

Description

Gets the friendly logged in user name (only applies if the user logged in using the AppLauncher or integrated login in the UX component).

Example

var userName = {dialog.Object}.loggedInUserNameFriendlyGet();

Limitations

For use with a UX Component with Integrated Login or AppLauncher

See Also