Skip to content

GET_USER_DISPLAYNAME ​

The command GET_USER_DISPLAYNAME returns the displayname of the current user.

Syntax ​

leo-grammar
CC "Application" GET_USER_DISPLAYNAME

#--> RESULT user:strValue
CC "Application" GET_USER_DISPLAYNAME

#--> RESULT user:strValue

Parameters ​

none

Returns ​

  • user (strValue) -

Details ​

The difference to GET_USER is that in SSO (Single Sign On) mode the displayname (like "user1") is returned instead of the GUID string.

See Also ​

Examples ​

asc
CC "Application" debug GET_USER_DISPLAYNAME
CC "Application" debug GET_USER_DISPLAYNAME

Versions and Changes ​

Available since ADOxx 1.3